Surf · Authentication Profile

Surf Authentication

Authentication

Surf secures its APIs with http and apiKey across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyCryptoBlockchainMarket DataOn-Chain AnalyticsWallet IntelligenceArtificial IntelligenceDeFiPrediction MarketsDeveloper API
Methods: http, apiKey Schemes: 3 OAuth flows: API key in: header

Security Schemes

AccessToken http
scheme: bearer
AdminToken apiKey
· in: header (X-Admin-Token)
InternalKey apiKey
· in: header (X-Internal-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/surf-openapi-original.json
docs: https://agents.asksurf.ai/docs/cli/introduction
summary:
  types:
  - http
  - apiKey
  api_key_in:
  - header
  public_scheme: bearer
notes: >-
  Public access uses a single Bearer API key (keys are prefixed `sk-`), passed in the
  `Authorization: Bearer $SURF_API_KEY` header, generated from the dashboard at
  agents.asksurf.ai. The OpenAPI also declares AdminToken (X-Admin-Token) and InternalKey
  (X-Internal-Key) apiKey schemes that are internal/admin-only and not for public consumers.
  The gateway also serves 30 free credits per day per IP with no key at all.
schemes:
- name: AccessToken
  type: http
  scheme: bearer
  bearerFormat: JWT
  audience: public
  header: 'Authorization: Bearer sk-...'
  sources:
  - openapi/surf-openapi-original.json
- name: AdminToken
  type: apiKey
  in: header
  parameter: X-Admin-Token
  audience: internal
  sources:
  - openapi/surf-openapi-original.json
- name: InternalKey
  type: apiKey
  in: header
  parameter: X-Internal-Key
  audience: internal
  sources:
  - openapi/surf-openapi-original.json

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/surf-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 email required.

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