Spekit · OAuth Scopes
Spekit OAuth Scopes
OAuth 2.0
probed
Spekit publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Spekit API on a user’s behalf.
Tokens are issued from https://mcp.spekit.co/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
CompanySaasSales EnablementRevenue EnablementDigital AdoptionKnowledge ManagementMCPArtificial IntelligenceAnalyticsSalesContent ManagementAgentsOAuth
Scopes: 4
Flows: authorizationCode
Method: probed
OAuth endpoints
Authorization URL
https://mcp.spekit.co/authorize
https://mcp.spekit.co/authorize
Token URL
https://mcp.spekit.co/token
https://mcp.spekit.co/token
Flows
authorizationCode
authorizationCode
Scopes (4)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect — issue an ID token identifying the signing-in Spekit user. | authorizationCode |
| profile | Basic profile claims for the authenticated Spekit user. | authorizationCode |
| Email address of the authenticated Spekit user. | authorizationCode | |
| read | The only Spekit-specific scope advertised. Note the asymmetry — the connector ships 7 write tools (create topic/content/company/deal room, create content from template, update content, create deal room content) but the authorization server advertises no corresponding write scope. Write authority is not carried in the OAuth scope at all; it is decided server-side from the signed-in user's Spekit role, and Spekit states there is no setting that forces the connector read-only independent of that role. A client cannot request a read-only grant. | authorizationCode |