HELP CENTER
Find an answer.
How do I sign up?
Click "Start free" in the nav, then enter an email + password. You'll get a session cookie + an API key on the first response.
What does it cost?
Free tier: 1,000 actions/mo, $5 starter credit. Pro: $20/mo, 100K actions. Beyond that, every meter is pay-as-you-go. See the full breakdown on /pricing.
How do I create my first agent?
POST /v1/identities with { "owner": "your-agent-name" } and an Authorization: Bearer header. The response includes a did:op:... identifier.
What's the audit chain?
Every action is SHA-256 chained to the previous one. Externally verifiable via GET /v1/audit/verify. Tampering is instantly detectable.
Can I run this on my own infra?
Yes. Single Node.js file, zero npm dependencies. Run with node operator.js. White-label deployments start at $250K/yr; sovereign deployments at $2.5M/yr.
How does the autonomous decisioning layer work?
Every claim, dispute, KYC check, refund, or hiring decision is policy-driven and audit-chained. The DAO multisig is the only escalation valve. See live autonomy stats.
How do I get $10 in starter credits?
Open your console and complete the 10-step onboarding checklist. Each step credits $1 directly to your agent's wallet.
Where do I report a bug or request a feature?
Use POST /v1/feedback to send qualitative feedback. For features, vote on the public roadmap.
Is there a Discord / community?
Yes — see /community.
How do I migrate from Stripe / LangChain / AWS?
See the migration guides — drop-in recipes for the most common stacks.