Caretta · Authentication Profile
Caretta Authentication
Authentication
Caretta secures its APIs with oauth2 and hmac across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).
CompanyArtificial IntelligenceSalesSales IntelligenceReal-TimeConversation IntelligenceRevenue OperationsY CombinatorMCPWebhookAgents
Methods: oauth2, hmac
Schemes: 3
OAuth flows: authorizationCode
API key in:
Security Schemes
MCP OAuth oauth2
Webhook signature hmac
Zoom OAuth (third-party, outbound) oauth2
Source
Authentication Profile
generated: '2026-08-13'
method: searched
source: https://www.caretta.so/docs/caretta-mcp
docs:
- https://www.caretta.so/docs/caretta-mcp
- https://www.caretta.so/docs/webhooks
- https://www.caretta.so/docs/zoom
note: >-
Derived by hand, not by derive-authentication.py: Caretta publishes no OpenAPI
document, so there are no securitySchemes to aggregate. Everything below is
transcribed from the provider's published docs and from live probes of the
gateway host.
summary:
types: [oauth2, hmac]
api_key_issued: false
api_key_note: >-
Provider states verbatim: "You do not need to create an API key." There is no
key-issuance surface at all.
oauth2_flows: [authorizationCode]
inbound_auth: oauth2 bearer (MCP only)
outbound_auth: HMAC-SHA256 request signing (webhooks)
schemes:
- name: MCP OAuth
type: oauth2
surface: inbound
applies_to: https://gateway.caretta.app/mcp
flow: authorizationCode
token_type: Bearer
bearer_methods_supported: [header]
browser_based_consent: true
dynamic_client_registration: true
protected_resource_metadata: https://gateway.caretta.app/.well-known/oauth-protected-resource
metadata_spec: RFC 9728
authorization_servers: [https://ztejbfpbhxgwecvxngtf.supabase.co/auth/v1]
scopes: [calls:read, todos:read, todos:write]
scopes_artifact: scopes/caretta-scopes.yml
challenge_observed: >-
WWW-Authenticate: Bearer realm="caretta-mcp",
resource_metadata="https://gateway.caretta.app/.well-known/oauth-protected-resource/mcp"
authorization_model: >-
Tokens are user-delegated. The server follows the signed-in user's existing
Caretta permissions and cannot return calls the user could not otherwise see.
revocation: Settings -> Caretta MCP -> Unauthorise, per client.
sources: [https://www.caretta.so/docs/caretta-mcp]
- name: Webhook signature
type: hmac
surface: outbound
applies_to: customer HTTPS endpoints
algorithm: HMAC-SHA256
signed_payload: '{timestamp}.{raw request body}'
signature_header: X-Caretta-Signature
signature_format: 'v1=<hex digest>'
timestamp_header: X-Caretta-Timestamp
replay_window_seconds: 300
secret_distribution: per-endpoint signing secret, displayed once at creation
secret_rotation: supported in Settings -> Webhooks; previous secret invalidated immediately
reference_implementation: >-
Node.js verifier published in the docs using crypto.createHmac and
crypto.timingSafeEqual.
sources: [https://www.caretta.so/docs/webhooks]
- name: Zoom OAuth (third-party, outbound)
type: oauth2
surface: outbound-integration
applies_to: Zoom API on behalf of the connecting user
flow: authorizationCode
scopes_requested: [meeting:write:meeting]
token_storage: access and refresh tokens stored by Caretta to keep the connection working
least_privilege_claim: >-
Provider states Caretta does not request permission to read the Zoom profile,
list existing meetings, access recordings, read transcripts, or join
meetings. One permission only.
admin_approval: may be required by the customer's Zoom account policy
revocation: Caretta Settings -> Integrations -> Disconnect, and/or Zoom Marketplace -> Added Apps -> Remove
sources: [https://www.caretta.so/docs/zoom]
x-evidence:
- url: https://gateway.caretta.app/mcp
http_status: 401
fetched: '2026-08-13'
note: anonymous POST returns the bearer challenge above
- url: https://gateway.caretta.app/.well-known/oauth-protected-resource
http_status: 200
fetched: '2026-08-13'
- url: https://www.caretta.so/docs/caretta-mcp
http_status: 200
fetched: '2026-08-13'
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.
Call it yourself
curl for this page
This security artifact
curl "https://apis.io/api/v1/security/caretta-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.