Agent Pricing
Agent offers flexible pricing to fit your needs, from free local development to scalable production deployments.
Free Tier
Agent works out of the box on localhost with no configuration required. This includes:
- 10 free messages per session
- Full chat functionality
- No API key needed
This is perfect for testing and exploring the feature before committing to production use.
Production Pricing
For production deployments, Agent requires a Scalar Pro subscription. Pricing depends on how you use Agent:
Keys
When you use Agent in API References or Docs, usage is billed by message count.
| Plan | Price | Messages Included | Additional Messages |
|---|---|---|---|
| Scalar Pro | Starts at $72/mo (3-seat min) | 250 messages | $0.02 per message |
Pricing Example
Here is what you would pay for different message levels under the Scalar Pro plan:
| Total Messages | Included | Additional | Total Price |
|---|---|---|---|
| 250 | 250 | 0 | $72 (base price) |
| 1,000 | 250 | 750 | $72 + (750 × $0.02) = $87 |
| 5,000 | 250 | 4,750 | $72 + (4,750 × $0.02) = $167 |
agent.scalar.com
agent.scalar.com is billed by token usage (input and output tokens combined across your requests).
| Plan | Price | Tokens Included | Additional Input | Additional Output |
|---|---|---|---|---|
| Scalar Pro | Starts at $72/mo (3-seat min) | 2,000,000 | $2 / Million | $10 / Million |
- Included: 2,000,000 tokens per billing period.
- Overage: $0.000002 per additional input token ($2 / Million input tokens), $0.00001 per additional output token ($10 / Million output tokens).
What Counts as a Message?
A message is defined as one response generated by Agent when using Agent Keys in References or Docs. Each answer you receive counts as a single message. Agent Web is billed by tokens, not messages.
FAQ
Do unused messages or tokens roll over?
No, included messages and tokens reset each billing period.
What happens if I exceed my limit?
- Keys: Additional messages are charged at $0.02 per message. Your Agent will continue working without interruption.
- agent.scalar.com: Additional tokens are charged at $2 / Million input and $10 / Million output. Your Agent will continue working without interruption.
Can I disable Agent to avoid charges?
Yes, you can disable it entirely. See Disabling Agent.