Sprig · OAuth Scopes

Sprig OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.sprig.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.

CompanyProduct ResearchSurveysUser InsightsCustomer ExperienceAnalyticsProduct AnalyticsAISaaS
Scopes: 5 Flows: authorizationCode Method: searched

OAuth endpoints

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

Scopes (5)

ScopeDescriptionFlows
environments:read Read access to Sprig environments (product/environment metadata). authorizationCode
surveys:read Read access to survey/study configurations. authorizationCode
surveys:write Create and modify surveys/studies (e.g. drafting studies from AI clients). authorizationCode
responses:read Read access to study responses. authorizationCode
themes:read Read access to AI-identified themes and their associated responses. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: https://mcp.sprig.com/.well-known/oauth-authorization-server
docs: https://docs.sprig.com/docs/native-ai/sprig-mcp
notes: >-
  Sprig's REST API (api.sprig.com) authenticates with a static API key
  (Authorization: API-Key / Bearer). OAuth 2.0 scopes are published for the
  Sprig MCP server (mcp.sprig.com), whose authorization server is api.sprig.com.
  Scopes below are taken verbatim from the RFC 8414 / RFC 9728 discovery metadata.
schemes:
  - name: OAuth2
    source: well-known/sprig-oauth-authorization-server.json
    flows:
      - flow: authorizationCode
        authorizationUrl: https://app.sprig.com/oauth/authorize
        tokenUrl: https://api.sprig.com/oauth/token
        registrationUrl: https://api.sprig.com/oauth/register
        pkce: S256
scopes:
  - scope: environments:read
    description: Read access to Sprig environments (product/environment metadata).
    flows: [authorizationCode]
  - scope: surveys:read
    description: Read access to survey/study configurations.
    flows: [authorizationCode]
  - scope: surveys:write
    description: Create and modify surveys/studies (e.g. drafting studies from AI clients).
    flows: [authorizationCode]
  - scope: responses:read
    description: Read access to study responses.
    flows: [authorizationCode]
  - scope: themes:read
    description: Read access to AI-identified themes and their associated responses.
    flows: [authorizationCode]