MCP
Add tools to your agent — the recommended path
CLI
Search from the terminal, and configure MCP in one command
REST API
Call the endpoints directly over HTTP
Prefer raw HTTP?
The REST API is a first-class way in — no CLI, no MCP.POST your query with your key in the X-API-Key header:
/public twins, and playgrounds you can call with your own key. For an agent, though, MCP is the smoother path — it hands the tools to the model directly rather than leaving it to compose HTTP calls.
That’s it. See authentication for API keys and rate limits for the request caps that apply.