sk_test_ prefix and all sandbox operations use test payment rails — no real money is charged.
Base URL
All API requests in sandbox mode should use:Sandbox vs Production
| Sandbox | Production | |
|---|---|---|
| Base URL | https://sandbox.api.agentcard.sh | https://api.agentcard.sh |
| API key prefix | sk_test_ | sk_live_ |
| Payments | Stripe test mode | Stripe live mode |
| Cards | Test cards (no real charges) | Real Visa cards |
Getting started
- Install the admin CLI and log in
- Create an organization and API key
- Use
https://sandbox.api.agentcard.shas your base URL for all API calls
All examples in this documentation use the sandbox base URL (
sandbox.api.agentcard.sh). Replace with api.agentcard.sh when you’re ready to go live.