Fastino Labs · OAuth Scopes

Fastino Labs OAuth Scopes

OAuth 2.0 searched

Fastino Labs publishes 4 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Fastino Labs API on a user’s behalf.

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.

CompanyArtificial IntelligenceMachine LearningSmall Language ModelsFine-TuningInferenceNamed Entity RecognitionInformation ExtractionLLMAgentsPII DetectionModel Training
Scopes: 4 Flows: Method: searched

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token.
profile Access basic profile claims.
email Access the user's email claim.
offline_access Issue a refresh token for long-lived access.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: https://api.pioneer.ai/.well-known/openid-configuration
docs: https://api.pioneer.ai/.well-known/oauth-protected-resource
note: >-
  Pioneer delegates OAuth2/OIDC to a Supabase authorization server. The Pioneer
  REST API is primarily accessed with an X-API-Key (pio_sk_) key; the OAuth path
  exposes only the standard OIDC scopes below. The OpenAPI itself declares the
  bearer token as http/bearer (JWT), not an oauth2 scheme, so no resource-level
  scopes are published beyond these.
schemes:
- name: Supabase-OIDC
  type: oauth2
  flow: authorizationCode
  authorizationUrl: https://pwgztilbkupvjmomwbjr.supabase.co/auth/v1/authorize
  tokenUrl: https://pwgztilbkupvjmomwbjr.supabase.co/auth/v1/token
  pkce: [S256, plain]
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token.
- scope: profile
  description: Access basic profile claims.
- scope: email
  description: Access the user's email claim.
- scope: offline_access
  description: Issue a refresh token for long-lived access.