Agent Pricing
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 or Business 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 | $150/month (5 seats included) | 250 messages | $0.02 per message |
| Scalar Business | $600/month (10 seats included) | 1,000 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 | $150 (base price) |
| 1,000 | 250 | 750 | $150 + (750 × $0.02) = $165 |
| 5,000 | 250 | 4,750 | $150 + (4,750 × $0.02) = $245 |
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 | $150/month (5 seats included) | 2,000,000 | $2 / Million | $10 / Million |
| Scalar Business | $600/month (10 seats included) | 8,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 Is a Seat?#
A seat is one team member with editor access. The Pro plan includes 5 seats and the Business plan includes 10.
What Are "Member, Usage, and Service Fees"?#
- Member fees: Charges for seats beyond the included minimum.
- Usage fees: Overage charges based on messages (Keys) or tokens (
agent.scalar.com). - Service fees: Optional add-ons or services selected by your team.
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.