Botify · Authentication Profile

Botify Authentication

Authentication

Botify secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions.

SEOOrganic searchWeb CrawlingLog Analysissearch-consoleMarketing AnalyticsAI SearchData ExportMCPagent-native
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: API key in: header

Security Schemes

DjangoRestToken apiKey
· in: header (Authorization)
BotifyMCPOAuth oauth2
· flows:

Source

Authentication Profile

Raw ↑
generated: '2026-08-08'
method: searched
source: openapi/botify-api-swagger.json
docs: https://developers.botify.com/docs/getting-started
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  note: >-
    Two independent auth systems. The REST API uses one long-lived, per-user API token with no scopes, no
    expiry and no rotation policy published beyond "regenerating immediately invalidates the previous token".
    The MCP server uses a full OAuth 2.1 stack (authorization code + PKCE S256 + dynamic client registration)
    on a separate authorization server. Nothing bridges the two.
schemes:
- name: DjangoRestToken
  type: apiKey
  in: header
  parameter: Authorization
  scheme_format: 'Authorization: Token <YOUR_TOKEN>'
  applies_to: https://api.botify.com/v1
  scopes: none
  token_source: >-
    Botify application account page (https://app.botify.com/<username>/account). API access may need to be
    enabled on the account by Botify.
  rotation: >-
    A token can be regenerated from the account page; regenerating immediately invalidates the previous token,
    so clients must be updated on rotation. Botify publishes no expiry or forced-rotation policy.
  sources:
  - openapi/botify-api-swagger.json
  - https://developers.botify.com/docs/getting-started
  - https://developers.botify.com/docs/querying-seo-data
- name: BotifyMCPOAuth
  type: oauth2
  applies_to: https://mcp.botify.com/
  flows:
    authorizationCode:
      authorizationUrl: https://app.botify.com/oauth/authorize
      tokenUrl: https://app.botify.com/oauth/token/
      refreshUrl: https://app.botify.com/oauth/token/
      scopes:
        mcp_read_write: Read and write access to the Botify Agents MCP surface.
  pkce: S256
  dynamic_client_registration: https://app.botify.com/oauth/register/
  revocation: https://app.botify.com/oauth/revoke/
  introspection: https://app.botify.com/oauth/introspect/
  bearer_methods:
  - header
  sources:
  - https://app.botify.com/.well-known/oauth-authorization-server
  - https://mcp.botify.com/.well-known/oauth-protected-resource
gaps:
- No OpenID Connect discovery document is published (app.botify.com/.well-known/openid-configuration returns the SPA HTML shell, not OIDC metadata).
- The REST API token is unscoped and long-lived; there is no read-only credential for the REST surface.
- No mTLS, no signed-request scheme, no IP allow-listing documented.

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/botify-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.