Connecting
Connect MCP clients to torqee over Streamable HTTP.
torqee Connect exposes an MCP Streamable HTTP endpoint at:
The endpoint is stateless on the server side. Each request authenticates with the same workspace-scoped Bearer credentials used by the REST API.
OAuth discovery
MCP clients that support protected resource discovery can start with the MCP URL and follow Connect metadata to the torqee authorization server.
API key header
Clients that do not run OAuth discovery can send a torqee_ API key as a
Bearer token:
API keys and OAuth tokens are both workspace scoped and use the same read scopes.