Is Saturn a proxy?
Saturn is more than a proxy. A proxy forwards requests. Saturn:- Authenticates per-agent identity
- Enforces spend limits before forwarding
- Manages credits and settlement
- Issues receipts with cost attribution
- Provides kill switches and policy controls
Can I use my own provider keys?
With hosted Saturn: No. Saturn manages provider credentials. This is intentional:- You don’t handle key rotation for multiple providers
- Saturn negotiates rates and handles billing
- Unified audit trail across providers
Does Saturn add latency?
Saturn adds minimal latency:- Policy checks: < 5ms
- Credit checks: < 5ms
- Total overhead: typically < 20ms
Can I do per-user budgets?
Yes. Create one agent per user:- Per-user isolation
- Per-user spend limits
- Per-user audit trail
How do I reconcile monthly spend?
- Dashboard: View aggregate and per-agent spend
- API: Query transactions and audit logs
- Receipts: Store audit IDs and sum
chargedUsdCents
What happens when credits run out?
Calls are rejected withCREDIT_EXHAUSTED. No call is made to upstream providers. Your agents stop making paid calls until you add credits.
This is intentional. Prepaid means prepaid.
Can agents share a budget?
Not directly. Each agent has its own policy. However:- All agents draw from the account’s credit pool
- You can set similar caps across agents
- Account-level balance is shared; agent-level caps are not
What providers are supported?
Saturn currently supports:| Capability | Providers |
|---|---|
| reason | OpenAI, Anthropic |
| search | Serper, Brave |
| read | Jina, Firecrawl |
| scrape | Firecrawl, ScraperAPI |
| execute | E2B |
| imagine | Replicate |
| speak | ElevenLabs |
| transcribe | Deepgram |
| Resend | |
| sms | Twilio |
Can I request a new provider?
Yes. Submit a request via the registry:Is there an SLA?
Contact us for enterprise SLA agreements.How secure is Saturn?
- All traffic is encrypted (TLS)
- API keys are hashed (bcrypt)
- No provider credentials in your runtime
- Per-agent isolation
- Full audit trail
- SOC 2 compliance (in progress)
Can I self-host Saturn?
Yes. Saturn is available for self-hosting. You configure your own:- Provider credentials
- Payment processing (LND for Lightning)
- Database (PostgreSQL)
How do I get support?
- Documentation: You’re here
- GitHub Issues: Bug reports and feature requests
- Discord: Community support
- Email: enterprise@saturn-pay.com for enterprise support