torqee Developers

Introduction

Build integrations with the torqee Connect API and MCP server.

torqee Connect is a read-only public API and MCP server for workspace data. It is designed for external agents, internal automation, and developer tools that need to inspect torqee activity without changing it.

The API exposes sessions, transcript segments, AI board contents, and realtime workspace events. Every credential is scoped to one workspace, so a token or API key can only read data that belongs to its own workspace.

Base URL: https://connect.torqee.app

Machine-readable API contract: https://connect.torqee.app/openapi.json

Scopes

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.

You can authenticate with either a torqee_ API key or an OAuth 2.1 access token. Both credential types carry the same read scopes.

On this page