General
What does 2501 actually do?
What does 2501 actually do?
Does it work without a ServiceNow integration?
Does it work without a ServiceNow integration?
Is there a free tier?
Is there a free tier?
Agents and safety
How do I keep agents from running destructive commands?
How do I keep agents from running destructive commands?
- Permissions — give agents the least-privileged credentials that still let them work.
- Blacklists — programmatic blocks for specific command patterns, always on.
- Read-Only Agents — pin a specialty to investigate-only so the agent literally cannot alter the system.
What's the difference between investigate and remediate?
What's the difference between investigate and remediate?
@2501:investigate or pin a whole specialty to investigate-only. See Read-Only Agents.What's the difference between a Specialty and an Operational Rule?
What's the difference between a Specialty and an Operational Rule?
helm rollback, never re-applying manifests.”Rules outrank specialties in conflicts. See Prompting an Operational Rule.Why is there a 5-task limit per job?
Why is there a 5-task limit per job?
Models and providers
What LLM providers does 2501 support?
What LLM providers does 2501 support?
openai-compatible / anthropic-compatible, and Azure OpenAI (including APIM). Self-hosted endpoints (vLLM, Ollama) work through the compatible types. See Providers.Can I use different models for different agents?
Can I use different models for different agents?
Why two engines per agent?
Why two engines per agent?
Deployment
Docker Swarm or Kubernetes?
Docker Swarm or Kubernetes?
2501 infra deploy manages the full lifecycle. Kubernetes (any distribution: vanilla, OpenShift, k3s, EKS, etc.) is generate-only: the CLI renders manifests you apply with kubectl or your distribution’s equivalent, so GitOps tooling stays in charge. See Kubernetes.How do I upgrade 2501?
How do I upgrade 2501?
2501 infra deploy. It lists published releases newest-first, self-updates its own binary to match the version you pick, and then deploys. No separate update command. See Troubleshooting → Upgrading.Where do I configure secrets?
Where do I configure secrets?
/etc/2501/env.engine. Per-host credentials (SSH, WinRM, gMSA, vault paths) live in Command Center → Credentials, encrypted at rest. Agents only access them programmatically — values are never displayed in the UI after creation. See Credentials.Knowledge and rules
What file types can I upload as knowledge?
What file types can I upload as knowledge?
What if my uploaded knowledge contradicts a rule I wrote by hand?
What if my uploaded knowledge contradicts a rule I wrote by hand?
How do I know which rules reached a task?
How do I know which rules reached a task?

