Synthflow · OAuth Scopes

Synthflow OAuth Scopes

OAuth 2.0 probed

Synthflow publishes 4 OAuth 2.0 scopes via the authorizationCode, deviceCode, and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Synthflow API on a user’s behalf.

Tokens are issued from https://kind-prelude-27.authkit.app/oauth2/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.

VoiceVoice AgentsNo-CodeTelephonyPhoneOutboundInboundCRMWebhookCustom ActionsHIPAASOC 2MCPAgent SkillsConversational AISIPSimulationsKnowledge Base
Scopes: 4 Flows: authorizationCode, deviceCode, refreshToken Method: probed

OAuth endpoints

Authorization URL
https://kind-prelude-27.authkit.app/oauth2/authorize
Token URL
https://kind-prelude-27.authkit.app/oauth2/token
Flows
authorizationCodedeviceCoderefreshToken

Scopes (4)

ScopeDescriptionFlows
openid OIDC — issue an ID token identifying the authenticated Synthflow user. authorizationCode, deviceCode
profile Basic profile claims for the authenticated user. authorizationCode, deviceCode
email Email address claim for the authenticated user. authorizationCode, deviceCode
offline_access Issue a refresh token so an MCP client can keep the connection alive without re-prompting. authorizationCode, deviceCode, refreshToken

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: probed
source: https://kind-prelude-27.authkit.app/.well-known/oauth-authorization-server
resource_metadata: https://mcp.synthflow.ai/.well-known/oauth-protected-resource
description: >-
  OAuth scopes reachable on the Synthflow estate. These belong to the MCP surface only —
  the REST Platform API declares no oauth2 security scheme and has no scope model at all
  (a single bearer API key carries full workspace authority). The scopes below are the
  IDENTITY scopes advertised by Synthflow's delegated authorization server; they are not
  Synthflow capability scopes, and no per-tool or per-resource scope is published.

applies_to:
  surface: mcp
  resource: https://mcp.synthflow.ai/mcp
  regions:
    - https://mcp.synthflow.ai/mcp
    - https://mcp.us.synthflow.ai/mcp
    - https://mcp.eu.synthflow.ai/mcp

schemes:
  - name: mcp-oauth
    issuer: https://kind-prelude-27.authkit.app
    first_party: false
    provider: WorkOS AuthKit
    provenance: >-
      Named as the authorization server by Synthflow's own RFC 9728 protected-resource
      metadata at mcp.synthflow.ai; WorkOS is independently named as Synthflow's identity
      infrastructure provider in https://docs.synthflow.ai/security.
    flows:
      - flow: authorizationCode
        authorizationUrl: https://kind-prelude-27.authkit.app/oauth2/authorize
        tokenUrl: https://kind-prelude-27.authkit.app/oauth2/token
        pkce_methods: [S256]
      - flow: deviceCode
        deviceAuthorizationUrl: https://kind-prelude-27.authkit.app/oauth2/device_authorization
        tokenUrl: https://kind-prelude-27.authkit.app/oauth2/token
      - flow: refreshToken
        tokenUrl: https://kind-prelude-27.authkit.app/oauth2/token

scopes:
  - scope: openid
    description: 'OIDC — issue an ID token identifying the authenticated Synthflow user.'
    flows: [authorizationCode, deviceCode]
    sources: ['https://kind-prelude-27.authkit.app/.well-known/oauth-authorization-server']
  - scope: profile
    description: 'Basic profile claims for the authenticated user.'
    flows: [authorizationCode, deviceCode]
    sources: ['https://kind-prelude-27.authkit.app/.well-known/oauth-authorization-server']
  - scope: email
    description: 'Email address claim for the authenticated user.'
    flows: [authorizationCode, deviceCode]
    sources: ['https://kind-prelude-27.authkit.app/.well-known/oauth-authorization-server']
  - scope: offline_access
    description: 'Issue a refresh token so an MCP client can keep the connection alive without re-prompting.'
    flows: [authorizationCode, deviceCode, refreshToken]
    sources: ['https://kind-prelude-27.authkit.app/.well-known/oauth-authorization-server']

authorization_model:
  granularity: workspace
  capability_scopes_published: false
  note: >-
    All four advertised scopes are identity scopes. Once authorized, the MCP session is
    scoped to the connected workspace and carries the full published tool set — including
    delete_agent, delete_knowledge_base and batch_update_agents_by_filter. There is no
    read-only grant, and a user cannot consent to a subset of tools at the OAuth layer.
  compensating_control: >-
    Synthflow pushes safety down to the tool layer instead: destructive tools require a
    second call carrying confirmed=true, and the provider explicitly advises keeping write
    and delete tools behind client-side approval. That is a real control, but it is
    advisory and client-enforced, not an authorization-server boundary.
  subaccount_targeting: 'Tools that accept workspace_id can act on a managed subaccount within the same session.'

rest_api:
  oauth2: false
  scopes: none
  note: >-
    The REST Platform API uses a static bearer API key with no scopes. derive-oauth-scopes
    would produce an empty file for the spec; this artifact exists because the MCP surface
    genuinely has an OAuth model.

x-evidence:
  fetched: '2026-08-13'
  probes:
    - {url: 'https://mcp.synthflow.ai/.well-known/oauth-protected-resource', status: 200}
    - {url: 'https://kind-prelude-27.authkit.app/.well-known/oauth-authorization-server', status: 200}
    - {url: 'https://mcp.synthflow.ai/mcp', status: 401}

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/synthflow-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.