Prox · Authentication Profile

Prox Authentication

Authentication

Prox secures its APIs with oauth2 and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, deviceCode, and refreshToken flow(s).

CompanyArtificial IntelligenceMCPManufacturingProduct SupportKnowledge BaseDocumentationAgents
Methods: oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode, deviceCode, refreshToken API key in:

Security Schemes

OAuth2 oauth2
· flows: authorizationCode, deviceCode, refreshToken
OpenIDConnect openIdConnect

Source

Authentication Profile

prox-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://useprox.com/docs/mcp
docs: https://useprox.com/docs/mcp
summary:
  types: [oauth2, openIdConnect]
  oauth2_flows: [authorizationCode, deviceCode, refreshToken]
  api_key_in: []
  notes: >-
    Prox exposes no API keys. Its hosted MCP server is protected by OAuth 2.1
    (PKCE / S256) with dynamic client registration, delegated to WorkOS AuthKit
    at signin.useprox.com. Access tokens are presented as bearer tokens in the
    Authorization header and scoped to the signed-in user's workspace.
schemes:
  - name: OAuth2
    type: oauth2
    source: https://mcp.useprox.com/.well-known/oauth-authorization-server
    issuer: https://signin.useprox.com
    resource: https://mcp.useprox.com
    bearer_methods: [header]
    code_challenge_methods: [S256]
    dynamic_client_registration: true
    client_id_metadata_document_supported: true
    flows:
      - flow: authorizationCode
        authorizationUrl: https://signin.useprox.com/oauth2/authorize
        tokenUrl: https://signin.useprox.com/oauth2/token
      - flow: deviceCode
        deviceAuthorizationUrl: https://signin.useprox.com/oauth2/device_authorization
        tokenUrl: https://signin.useprox.com/oauth2/token
      - flow: refreshToken
        tokenUrl: https://signin.useprox.com/oauth2/token
    endpoints:
      registration: https://signin.useprox.com/oauth2/register
      introspection: https://signin.useprox.com/oauth2/introspection
      jwks_uri: https://signin.useprox.com/oauth2/jwks
      userinfo: https://signin.useprox.com/oauth2/userinfo
    token_endpoint_auth_methods: [none, client_secret_post, client_secret_basic]
    scopes: [openid, profile, email, offline_access]
  - name: OpenIDConnect
    type: openIdConnect
    source: https://signin.useprox.com/.well-known/openid-configuration
    openIdConnectUrl: https://signin.useprox.com/.well-known/openid-configuration
    id_token_signing_alg: [RS256]
    subject_types: [public]

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact 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 security artifact
curl "https://apis.io/api/v1/security/prox-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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