API
One endpoint.
Every agent, every model.
POST to /v1/chat/stream from any language that can make an HTTP request. Same payload, same response shape, whichever agent or provider is behind it.
14 days free · No credit card · Bring your own model keys
The contract
Two calls to learn. That is the API.
A JSON body in, a reply out — or a stream if you want the tokens as they land. Nothing to install, nothing to generate before the first request.
Chat
One synchronous POST. The right shape for cron jobs, serverless functions and back-office scripts.
{
"agent": "support-agent",
"message": "Where is order #10294?"
}Stream
Server-Sent Events for chat interfaces. Tokens arrive as the model produces them, not after it finishes.
data: "We" data: " refund" data: " within 30"
OpenAPI spec
Generate a typed client for your language straight from the spec. Nothing hand-written to keep in sync.
openapi: 3.1.0 paths: /v1/chat /v1/chat/stream /v1/agents
One key
Send it in the x-api-key header. No OAuth round trip, and no provider credentials scattered through your app.
No OAuth round trip. No SDK.
Behind the endpoint
The hard parts are already written. Just not by you.
Conversation history, retries, rate limits, tracing and model routing live on our side of the request. Your integration stays a single call.
Retries with backoff
A 503 from a provider is retried with exponential backoff before your code ever hears about it.
Rate limits
Per-account quotas protect your bill and the downstream services your tools call.
Returned on every response header.
Tracing on by default
Every request lands in an OpenTelemetry trace with latency, tokens and cost. No instrumentation to add.
Model routing
Move an agent from GPT-4o to Claude in the dashboard. The request your app sends does not change at all.
Zero lines of your code changed.
What teams say
“Every time you want to add AI to your app, you end up writing a ton of code — managing API keys, handling conversation history, engineering prompts, counting tokens. And then six months later a better model comes out and you have to refactor everything. SentientOne just removes all of that.”
Pricing
Plans for every team size.
Fourteen-day trial, cancel anytime.
Starter
For developers putting the first AI feature into a product.
Start free trial1 agent · 10k requests/mo
- 1 MCP server per agent
- Knowledge — 100 credits †
- Embeddable chat widget
- Analytics · 30 requests/min
- 14-day logs & chat history
- Community support
- Streamable HTTP endpoint
- AI Workspace (team chat)
Pro
Most popularFor teams running AI in production and watching the numbers.
Start free trial5 agents · 50k requests/mo
- 2 MCP servers per agent
- Knowledge — 300 credits †
- Full tracing, cost & token analytics
- Streamable HTTP endpoint
- AI Workspace (team chat)
- Extra seats at $9/member
- 90-day logs · 50 requests/min
- Email support, 48h response
Enterprise
For organisations with compliance, scale or data-residency rules.
Talk to usUnlimited agents & requests
- Unlimited MCP servers & knowledge
- Self-hosted / single-tenant option
- Custom rate limits & log retention
- SSO and organisational support
- Security review assistance
- Dedicated SLA & onboarding
Prices in USD. Every plan includes bring-your-own model keys, the agent chat interface, and a 14-day trial. † 1 credit = 1 FAQ · 5 credits = 1 document.
Get started
Add AI in one POST. Not one sprint.
Create an agent, copy the key, send a message. No SDK to install and no client to generate before the first reply streams back.
- Create an agent
- Copy your API key
- POST a message
- Read the stream
14 days free · No credit card required