sky CLI call under the hood — reach for it when you want to automate setup, drive changes from CI, or build internal tooling.
If you are sending and receiving messages at runtime, use the @interactions-hq/skyline SDK or webhooks instead. This API is for the management plane.
Base URL
Every endpoint lives under a single host. HTTPS only.--api-host or INTERACTIONS_API_HOST.
The runtime broker (POST /v1/auth/token) lives on the same host.
Authentication
The API uses HTTP Basic auth. The username is yourprojectId and the password is your projectSecret. Credentials are scoped to a single project.
sky projects regenerate-secret.
Response format
Every response is JSON wrapped in a{ succeed, data } envelope:
succeed is false:
data. Branch on the HTTP status code first, then read data.
Where to next
Create user
Register a recipient on your shared iMessage line.
Get started with the SDK
Send and receive messages from your agent server.