torqee Developers
Authentication

API Keys

Authenticate with torqee_ API keys.

API keys are torqee_-prefixed Bearer tokens for trusted server-side integrations and agents.

curl https://connect.torqee.app/api/v1/sessions \
  -H "Authorization: Bearer torqee_YOUR_API_KEY"

API keys are issued and revoked in the torqee web app. Connect validates keys but does not create them.

An API key carries the same scopes as OAuth tokens:

ScopeAllows
torqee:sessions:readList sessions and read session metadata.
torqee:transcripts:readSearch transcripts and read transcript segments.
torqee:audio:readGet temporary session audio download URLs.
torqee:boards:readList and read AI board contents.
torqee:webhooks:readRead webhook endpoints and delivery history.
torqee:webhooks:writeManage, test, and replay webhooks.

Creating a webhook for a session.* event also requires torqee:sessions:read. Fetching a transcript after a completion event requires torqee:transcripts:read. Existing API keys do not gain newly available scopes; issue a new key when you need webhook or audio access.

Keep API keys secret. They grant workspace access for their configured scopes.