Allstacks · OAuth Scopes

Allstacks OAuth Scopes

OAuth 2.0 searched

Allstacks publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Allstacks API on a user’s behalf.

Tokens are issued from https://app.allstacks.com/oauth/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.

CompanySoftware Engineering IntelligenceValue Stream ManagementDeveloper ProductivityDevOpsAnalyticsAI Agents
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://app.allstacks.com/oauth/authorize/
Token URL
https://app.allstacks.com/oauth/token/
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
connector Access granted to a registered connector/agent integration against the Allstacks platform. This is the only scope advertised in the authorization server and protected-resource metadata (scopes_supported: ["connector"]). authorizationCode

Source

OAuth Scopes

allstacks-scopes.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://app.allstacks.com/.well-known/oauth-authorization-server
docs: https://app.allstacks.com/.well-known/oauth-protected-resource
schemes:
- name: OAuth2
  source: well-known/allstacks-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.allstacks.com/oauth/authorize/
    tokenUrl: https://app.allstacks.com/oauth/token/
scopes:
- scope: connector
  description: >-
    Access granted to a registered connector/agent integration against the
    Allstacks platform. This is the only scope advertised in the authorization
    server and protected-resource metadata (scopes_supported: ["connector"]).
  flows: [authorizationCode]
  sources: [well-known/allstacks-oauth-authorization-server.json]
notes: >-
  Scopes captured verbatim from Allstacks' live OAuth discovery metadata. The
  platform publishes exactly one OAuth scope ("connector"); no broader scope /
  permission reference is published publicly.