Documentation
Outcall docs
Everything you need to install Outcall, write policies, connect agents, and configure approvals.
terminal
# Install
npm install -g @outcall/cli
# Initialize policy
outcall init
# Start in proxy mode
outcall start --policy ./policy.yaml --port 7821
# Test a rule
outcall eval --tool bash --command "npm run build"
# => { decision: "allow", matched_rule: "allow-npm" }Getting Started
Install Outcall and write your first policy in minutes.
Architecture
Understand how Outcall fits into your agent stack.
Policy Engine
Define rules, compose policies, and test evaluations.
Executors
Built-in executors and authoring custom capability handlers.
Approval System
Configure channels, timeouts, and escalation paths.
API Reference
REST endpoints, webhook events, and SDK documentation.
Integrations
Connect Outcall to Clawie, LangChain, and custom runtimes.
Need help? Reach us on GitHub or by email.