Skip to main content

Pricing

Orkosi uses a credit-based pricing model. Purchase credits in advance, consume them as your agents run.

Plans

FreeProTeamsEnterprise
Price$0/mo$49/mo$199/moCustom
Credits included25150750Custom
API rate limit100 req/min600 req/min2,000 req/minCustom
Agents325UnlimitedUnlimited
Concurrent tasks1525Custom
Team members1525Unlimited
SupportCommunityEmailPriority emailDedicated
Webhooks325UnlimitedUnlimited
Data retention7 days30 days90 daysCustom

Credit packages

Additional credits can be purchased on-demand:

PackageCreditsPriceSavings
Starter25$25
Pro100$9010%
Teams500$40020%

What consumes credits

OperationCost
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.