Pricing

Simple, transparent pricing

Start for free. Scale as you grow. All model costs included.

Free

$0

Perfect for experimentation

No credit card required
  • 100 deployed agents
  • 3,000 invocations/day
  • 100 requests/minute
  • invoke scope only
  • Community support
  • Python SDK access
  • Deploy from SDK
  • Priority support
  • SLA guarantee
Get Started Free
Most Popular

Pro

$49/month

For developers & startups

  • 1,000 deployed agents
  • 10,000 invocations/day
  • 100 requests/minute
  • deploy, invoke, manage scopes
  • Email support
  • Python SDK access
  • Deploy from SDK
  • Streaming responses
  • Session memory
Start Free Trial

Enterprise

Custom

For teams & organizations

  • 10,000 agents
  • 100,000+ invocations/day
  • 1,000+ requests/minute
  • All scopes + admin
  • 24/7 dedicated support
  • Custom integrations
  • SSO / SAML
  • VPC deployment
  • 99.99% SLA guarantee
Contact Sales
SOC2 Compliant
Enterprise Security
Powered by AWS

Compare plans in detail

FeatureFreeProEnterprise
Deployed agents1001,00010,000
Invocations/day3,00010,000100,000+
Requests/minute1001001,000+
SDK scopesinvokedeploy, invoke, manageAll + admin
Models includedAllAllAll + Custom
Streaming responses
Session memory
Analytics retention7 days90 daysUnlimited
SupportCommunityEmail (24h)24/7 Dedicated
SLA99.9%99.99%

Works with your code

Same SDK, any plan

Your code doesn't change when you upgrade. The SDK automatically uses your plan's rate limits and scopes.

  • API key contains your plan info
  • Rate limit headers in every response
  • Usage tracking via SDK
from hikigai import Hikigai

client = Hikigai()  # Uses HIKIGAI_API_KEY

# Check your usage
usage = client.usage()
print(f"Used: {usage.invocations_used}")
print(f"Remaining: {usage.invocations_limit}")

# Rate limit info in response
response = agent.invoke("Hello")
# Response headers:
# X-RateLimit-Limit: 100
# X-RateLimit-Remaining: 95
# X-RateLimit-Reset: 1704153600

Frequently Asked Questions

What counts as an invocation?

Each time you call agent.invoke() or POST /agents/{id}/invoke counts as one invocation, regardless of response length or tokens used.

What are scopes?

Scopes control what your API key can do. "invoke" lets you use agents. "deploy" lets you create agents. "manage" lets you update/delete agents.

Can I upgrade or downgrade at any time?

Yes, you can change your plan at any time. Upgrades take effect immediately. Downgrades take effect at the next billing cycle.

Do you charge for model tokens?

No! Your Hikigai plan includes all infrastructure costs. Model tokens (Claude, Llama, etc.) are included in your plan pricing.

What happens if I exceed my rate limit?

You'll receive a 429 error with a Retry-After header. The SDK automatically handles retries with exponential backoff.

Is there a free trial for Pro?

Yes, Pro comes with a 14-day free trial. No credit card required to start.

Ready to get started?

Deploy your first agent in minutes. Free forever to start.