Pricing
Orkosi uses a credit-based pricing model. Purchase credits in advance, consume them as your agents run.
Plans
| Free | Pro | Teams | Enterprise | |
|---|---|---|---|---|
| Price | $0/mo | $49/mo | $199/mo | Custom |
| Credits included | 25 | 150 | 750 | Custom |
| API rate limit | 100 req/min | 600 req/min | 2,000 req/min | Custom |
| Agents | 3 | 25 | Unlimited | Unlimited |
| Concurrent tasks | 1 | 5 | 25 | Custom |
| Team members | 1 | 5 | 25 | Unlimited |
| Support | Community | Priority email | Dedicated | |
| Webhooks | 3 | 25 | Unlimited | Unlimited |
| Data retention | 7 days | 30 days | 90 days | Custom |
Credit packages
Additional credits can be purchased on-demand:
| Package | Credits | Price | Savings |
|---|---|---|---|
| Starter | 25 | $25 | — |
| Pro | 100 | $90 | 10% |
| Teams | 500 | $400 | 20% |
What consumes credits
| Operation | Cost |
|---|---|
| Agent task execution | $0.50 – $5.00 per run |
| LLM token usage (input) | $0.01 per 1K tokens |
| LLM token usage (output) | $0.03 per 1K tokens |
| Webhook delivery | $0.001 per event |
| Storage (over free tier) | $0.10 per GB/month |
Exact costs vary by agent template, model selection, and task complexity. Check your credit balance via the API.
Billing API
Manage billing programmatically:
# Check your balance
curl https://api.orkosi.com/api/credits/balance \
-H "Authorization: Bearer TOKEN"
# List available packages
curl https://api.orkosi.com/api/credits/packages
# Purchase credits
curl -X POST https://api.orkosi.com/api/credits/purchase \
-H "Authorization: Bearer TOKEN" \
-H "Content-Type: application/json" \
-d '{"package_id": "pro"}'
See the full Credits & Billing API for transaction history, usage summaries, and admin deposit endpoints.
Enterprise
For high-volume usage, SLAs, dedicated infrastructure, or custom integrations:
- Custom credit pricing and volume discounts
- Dedicated agent compute with guaranteed capacity
- Private deployment options (VPC peering, on-premise)
- SOC 2 Type II compliance documentation
- Dedicated account manager and 24/7 support
Contact sales@orkosi.com to discuss your requirements.