API keys are scoped to a single workspace. A key generated in Workspace A cannot read or write data in Workspace B, even if the same user belongs to both. Create separate keys for each workspace your integration needs to access.
Available developer integration types
API Keys
Generate long-lived tokens for server-to-server calls to the fsckmsft REST API. Ideal for scripts, CI pipelines, and internal tooling.
OAuth Apps
Register an OAuth 2.0 application so your users can grant your app access to their fsckmsft data without exposing their own credentials.
Webhooks
Subscribe to workspace events and receive real-time HTTP POST payloads whenever projects, tasks, or users change.