Insforge · OAuth Scopes

Insforge OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.insforge.dev/api/oauth/v1/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.

CompanyBackend as a ServiceAgent NativeCloud InfrastructureDatabaseAuthenticationStorageServerlessEdge FunctionsAI GatewayPaymentsRealtimeOpen SourceY Combinator
Scopes: 11 Flows: authorizationCode, deviceCode Method: searched

OAuth endpoints

Authorization URL
https://api.insforge.dev/api/oauth/v1/authorize
Token URL
https://api.insforge.dev/api/oauth/v1/token
Flows
authorizationCodedeviceCode

Scopes (11)

ScopeDescriptionFlows
user:read Read the authenticated user's profile. authorizationCode, deviceCode
organizations:read Read organizations the user belongs to. authorizationCode, deviceCode
organizations:write Create and update organizations. authorizationCode, deviceCode
organizations:delete Delete organizations. authorizationCode, deviceCode
projects:read Read projects within an organization. authorizationCode, deviceCode
projects:write Create and update projects. authorizationCode, deviceCode
projects:delete Delete projects. authorizationCode, deviceCode
projects.database:read Read a project's database schema and records. authorizationCode, deviceCode
projects.database:write Write to a project's database schema and records. authorizationCode, deviceCode
projects.storage:read Read a project's storage buckets and objects. authorizationCode, deviceCode
projects.storage:write Write to a project's storage buckets and objects. authorizationCode, deviceCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: https://api.insforge.dev/.well-known/oauth-authorization-server
docs: https://api.insforge.dev/.well-known/oauth-authorization-server
note: >-
  OAuth 2.0 scopes are published by the InsForge authorization server metadata
  (RFC 8414), not by the per-service OpenAPI specs (which declare bearer/api-key
  auth). The authorization server also advertises an agent_auth block supporting
  WorkOS ID-JAG identity_assertion for autonomous agent registration.
schemes:
- name: OAuth2
  source: https://api.insforge.dev/.well-known/oauth-authorization-server
  issuer: https://api.insforge.dev
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.insforge.dev/api/oauth/v1/authorize
    tokenUrl: https://api.insforge.dev/api/oauth/v1/token
  - flow: deviceCode
    deviceAuthorizationUrl: https://api.insforge.dev/api/oauth/v1/device_authorization
    tokenUrl: https://api.insforge.dev/api/oauth/v1/token
  registrationEndpoint: https://api.insforge.dev/api/oauth/v1/clients/register
  revocationEndpoint: https://api.insforge.dev/api/oauth/v1/revoke
  introspectionEndpoint: https://api.insforge.dev/api/oauth/v1/introspect
  codeChallengeMethods: [S256, plain]
scopes:
- scope: user:read
  description: Read the authenticated user's profile.
  flows: [authorizationCode, deviceCode]
- scope: organizations:read
  description: Read organizations the user belongs to.
  flows: [authorizationCode, deviceCode]
- scope: organizations:write
  description: Create and update organizations.
  flows: [authorizationCode, deviceCode]
- scope: organizations:delete
  description: Delete organizations.
  flows: [authorizationCode, deviceCode]
- scope: projects:read
  description: Read projects within an organization.
  flows: [authorizationCode, deviceCode]
- scope: projects:write
  description: Create and update projects.
  flows: [authorizationCode, deviceCode]
- scope: projects:delete
  description: Delete projects.
  flows: [authorizationCode, deviceCode]
- scope: projects.database:read
  description: Read a project's database schema and records.
  flows: [authorizationCode, deviceCode]
- scope: projects.database:write
  description: Write to a project's database schema and records.
  flows: [authorizationCode, deviceCode]
- scope: projects.storage:read
  description: Read a project's storage buckets and objects.
  flows: [authorizationCode, deviceCode]
- scope: projects.storage:write
  description: Write to a project's storage buckets and objects.
  flows: [authorizationCode, deviceCode]