TeamDay Docs

Organization Automation Tokens

Current guidance for organization-scoped Teamday automation credentials.

Organization Automation Tokens

For current Teamday API automation, use service tokens unless a service-specific guide says otherwise.

Authorization: Bearer <teamday-service-token>

Use the OpenAPI spec as the source of truth:

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

Organization-level integrations should:

  • Use one service token per integration.
  • Keep credentials in a secret manager.
  • Configure external tool access through MCP servers and org secrets.
  • Use webhook event delivery for durable work state changes instead of polling.
  • Include Idempotency-Key on mutating API requests.

For newsletter-specific service APIs, use the newsletter guide.

On this page