Kive · Authentication Profile

Kive Authentication

Authentication

Kive secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanySaaSArtificial IntelligenceGenerative AICreativeProduct PhotographyDigital Asset ManagementE-CommerceImagesVideoMCP
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

KiveMCPOAuth oauth2
· flows: authorizationCode

Source

Authentication Profile

kive-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://mcp.kive.ai/.well-known/oauth-authorization-server
docs: https://kive.ai/docs/mcp/connect-any-client.md
notes: >-
  Kive publishes no public REST API and therefore no OpenAPI securitySchemes.
  Its one programmable surface is the Kive MCP server, protected by OAuth 2.1
  with PKCE. Authorization is user-driven: an MCP client is redirected to Kive,
  the user signs in and approves workspace access, and the resulting token
  carries that user's workspace permissions and credit entitlement.
summary:
  types: [oauth2]
  api_key_in: []
  oauth2_flows: [authorizationCode]
schemes:
- name: KiveMCPOAuth
  type: oauth2
  source: https://mcp.kive.ai/.well-known/oauth-authorization-server
  issuer: https://mcp.kive.ai
  flows:
  - flow: authorizationCode
    authorizationUrl: https://mcp.kive.ai/oauth/authorize
    tokenUrl: https://mcp.kive.ai/oauth/token
    revocationUrl: https://mcp.kive.ai/oauth/revoke
    refreshSupported: true
    pkce_methods: [S256]
    token_endpoint_auth_methods: [none]
    scopes:
      kive:mcp: Access the Kive MCP server on behalf of the authorizing user
      offline_access: Obtain a refresh token for long-lived access
  bearer:
    methods: [header]
    protected_resource: https://mcp.kive.ai/mcp
revocation:
  user_facing: Settings -> MCP -> Apps -> Revoke
  endpoint: https://mcp.kive.ai/oauth/revoke
  notes: Revoking from Kive is the authoritative disconnect; it immediately stops
    the client reading from or spending credits in the workspace.