Skip to main content
This reference is auto-generated from the tool schemas in the Supersonic backend. Every tool listed here is callable via the CLI, REST API, or MCP.

Base URL

https://api.supersonic.cv/

Authentication

All requests require an API key as a Bearer token. Create one in your Supersonic dashboard.
Authorization: Bearer supersonic_live_YOUR_KEY

How to call a tool

Send a POST request with the tool name and parameters:
{
  "tool": "records.list",
  "params": {
    "object_type_slug": "contacts"
  }
}
The response is the tool result directly — no wrapper. Browse the endpoints by category in the sidebar.