TeamDay Docs

Connections And MCP

Current Teamday API guidance for external tools, data connections, MCP servers, and webhook events.

Connections And MCP

Teamday connects agents to external systems through MCP servers, workspace resources, org secrets, and webhooks.

Use the OpenAPI spec as the source of truth:

https://app.teamday.ai/api/openapi.json

MCP Endpoint

MethodPathPurposeAuth
POST/mcpSend MCP JSON-RPC or Streamable HTTP messagesOAuth mcp scope
GET/mcpOpen an MCP Streamable HTTP sessionOAuth mcp scope
DELETE/mcpClose an MCP sessionOAuth mcp scope

OAuth metadata:

https://app.teamday.ai/.well-known/oauth-authorization-server
https://app.teamday.ai/.well-known/oauth-protected-resource

Data Blocks

Workspace data-block queries use:

POST /api/workspaces/{id}/data-blocks/query

Queries are read-only and scoped to the organization and workspace.

Webhook Events

Configure durable work event delivery through:

PUT /api/messaging-integration
POST /api/messaging-integration/signing-secret/rotate

Webhook deliveries include stable event IDs and Teamday-Signature HMAC-SHA256 verification.

On this page