https://api.gavai.app/v1. The CLI, SDKs, and MCP servers all wrap this API — they add no capability of their own. Anything they can do, you can do with a plain curl. By the end of this section you will know how the API authenticates, what its errors look like, how writes stay idempotent across retries, how to walk paginated lists, and where to find every resource.
A first request
The contract in one table
Every overview page in this section unpacks one row of that table.
Read these first
Resources
Next
Authentication
Pick a token type, mint a key, and make your first authenticated call.