Skip to main content
Papers and Tallies are public. Most other Scite endpoints require an Authorization header.

Which plan do I need?

Pro plan

On Pro, create an API key instantly from the API Console.

Enterprise plan

Need higher limits or managed credentials? Enterprise plans support custom usage and access requirements. Contact sales.

Self-service API keys (Pro plan)

If you’re on the Pro plan, create and manage your own API keys from the API Console. No need to contact sales.
  • Keys are shown once at creation, and can be revoked or regenerated instantly.
  • Keys can optionally be set to expire.
  • Each key carries a set of scopes that determine which endpoints it can call. When creating a key you choose from three presets shown in the API Console:
    • Read: all read scopes your account is entitled to (search, citation graph, journals, and any others your plan or license grants).
    • Write: the read scopes plus write access, such as creating or updating collections.
    • Fine-grained: pick exactly the scopes you need.
  • You can only grant a key the scopes your own account is entitled to; requesting a scope you don’t have is rejected.
  • Search snippets are always redacted on self-service keys.

Feature access

Creating a key doesn’t grant access to every feature. The API Console only lets you select scopes available to your account. If a call returns 403 {"detail":"User not authorized"} and the same key works elsewhere, the key or account doesn’t have the required scope. See Errors and rate limits before regenerating the key.

Enterprise access

Enterprise customers can be issued client_id / client_secret credentials for server-to-server integrations, higher rate limits, and additional scopes. Contact sales to discuss Enterprise access. Step 1: exchange your credentials for a bearer token
Response:
The access token expires after 2 hours. Request a new one when it expires.

Rate limiting

Authenticated requests can access restricted endpoints and get higher rate limits than the shared default. Authenticated responses include headers for the current short window and the per-minute window. Values vary by endpoint and account:
See Errors and rate limits for retry guidance and common authentication failures.

Scite MCP authentication

Scite MCP supports three setup paths. See the MCP overview for direct links and setup guidance.
  • First-party ChatGPT plugin or Claude connector: install Scite from the platform’s directory and sign in with Scite through OAuth. No manual MCP URL or API key setup.
  • Other interactive MCP clients: connect to https://api.scite.ai/mcp and authenticate through OAuth 2.1.
  • Programmatic MCP API: create a self-service API key on the Pro plan, grant it the mcp scope, and send it as a bearer token to /mcp. Enterprise customers can alternatively exchange client_id/client_secret credentials as shown above.