{
  "issuer": "https://leadping.ai",
  "authorization_endpoint": "https://api.workos.com/user_management/authorize",
  "token_endpoint": "https://api.workos.com/user_management/authenticate",
  "jwks_uri": "https://api.workos.com/sso/jwks/client_01KWM0YXJJ0Y4JNRC6EZJRACJT",
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "response_types_supported": [
    "code"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post"
  ],
  "workos_authkit": {
    "client_id": "client_01KWM0YXJJ0Y4JNRC6EZJRACJT",
    "provider": "authkit",
    "session_issuer": "https://api.workos.com/user_management/client_01KWM0YXJJ0Y4JNRC6EZJRACJT",
    "session_jwks_uri": "https://api.workos.com/sso/jwks/client_01KWM0YXJJ0Y4JNRC6EZJRACJT",
    "authorize_url": "https://api.workos.com/user_management/authorize",
    "authenticate_url": "https://api.workos.com/user_management/authenticate",
    "logout_url": "https://api.workos.com/user_management/sessions/logout"
  },
  "agent_auth": {
    "skill": "https://leadping.ai/auth.md",
    "register_uri": "https://leadping.ai/api-keys",
    "identity_endpoint": "https://leadping.ai/api-keys",
    "claim_uri": "https://leadping.ai/api-keys",
    "claim_endpoint": "https://leadping.ai/api-keys",
    "revocation_uri": "https://api.leadping.ai/businesses/api-keys/{id}",
    "revocation_endpoint": "https://api.leadping.ai/businesses/api-keys/{id}",
    "identity_types_supported": [
      "service_auth"
    ],
    "scopes_supported": [],
    "unsupported_identity_types": [
      "anonymous",
      "identity_assertion",
      "id_jag",
      "cross_app_access"
    ],
    "credential_types_supported": [
      "access_token",
      "api_key"
    ],
    "lead_ingestion_credential_types_supported": [
      "source_key"
    ],
    "credential_placement_supported": [
      "Authorization: Bearer"
    ],
    "credential_format": [
      "leadping_user_jwt",
      "lp_*"
    ],
    "lead_ingestion_credential_format": [
      "lp_src_*"
    ],
    "credential_note": "Use Authorization: Bearer with a Leadping user JWT for first-party user-authenticated API operations, lp_* excluding lp_src_* for Leadping business API-key operations, and lp_src_* only for source-authenticated lead ingestion.",
    "source_key_usage": "Lead ingestion only. Source keys are rejected for account, business, user, analytics, setup, and other non-ingestion API operations.",
    "source_key_routes_supported": [
      "POST /leads",
      "POST /leads/intake",
      "GET /leads/intake"
    ],
    "registration_note": "Leadping currently supports user-claimed service authentication through the signed-in portal API-key workflow. Anonymous, ID-JAG, and Cross App Access agent registration are not currently supported."
  }
}
