Poggio Labs · Authentication Profile

Poggio Labs Authentication

Authentication

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

CompanyAiRevenue IntelligenceSalesAccount IntelligenceCRMSalesforceMCPAI AgentsEnterprise
Methods: oauth2, http Schemes: 2 OAuth flows: authorizationCode, clientCredentials, refreshToken API key in:

Security Schemes

OAuth2 oauth2
BearerToken http
scheme: bearer

Source

Authentication Profile

poggio-labs-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://poggio.io/docs/api and https://api.poggio.io/.well-known/oauth-authorization-server
docs: https://poggio.io/docs/api/v2/oauth/token
summary:
  types: [oauth2, http]
  http_schemes: [bearer]
  oauth2_flows: [authorizationCode, clientCredentials, refreshToken]
  dynamic_client_registration: true
  pkce: [S256]
schemes:
- name: OAuth2
  type: oauth2
  description: >-
    The v2 API and the MCP server authenticate with OAuth 2.0. Organization is
    inferred automatically from the access token. Dynamic Client Registration
    (RFC 7591) is supported for AI desktop clients.
  issuer: https://securetoken.google.com/poggio-production-experiments
  authorization_endpoint: https://poggio.io/app/oauth/authorize
  token_endpoint: https://api.poggio.io/v2/oauth/token
  registration_endpoint: https://api.poggio.io/v2/oauth/register
  grant_types: [authorization_code, client_credentials, refresh_token]
  response_types: [code]
  code_challenge_methods: [S256]
  token_endpoint_auth_methods: [client_secret_post]
  sources: [well-known/poggio-labs-oauth-authorization-server.json]
- name: BearerToken
  type: http
  scheme: bearer
  description: >-
    Authenticated endpoints and the MCP server accept a Bearer access token in
    the Authorization header; intended for quick prototyping and simple scripts
    where full OAuth is unnecessary overhead.
  sources: [https://poggio.io/docs/mcp]
enterprise_identity:
  sso: SAML 2.0    # https://poggio.io/docs/admin/saml
  provisioning: SCIM 2.0  # https://poggio.io/docs/admin/scim