The contract every endpoint shares β conventions, authentication, access setup, and errors.
Conventions β base URL, versioning, the JSON envelope, units
Authentication β session JWTs and API keys
Enabling API access β enable a subaccount and permission a key
Errors β the error envelope, status codes, and retries

