torqee Developers

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 read scopes as OAuth tokens:

ScopeAllows
torqee:sessions:readList sessions and read session metadata.
torqee:transcripts:readSearch transcripts and read transcript segments.
torqee:boards:readList and read AI board contents.

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