AI-accessible documentation
Scite publishes its documentation in formats that agents can read directly.llms.txt
A compact index that helps an agent discover the right guide or API area.
llms-full.txt
The complete documentation in one file for tasks that need broad context.
OpenAPI specification
Exact REST endpoints, parameters, request bodies, and response schemas.
Copy a page
Use Copy page on any guide when an agent only needs that page.
Add Scite context to your agent
Add a short instruction like this toAGENTS.md, CLAUDE.md, or another context file your agent reads:
Choose an integration
Use Scite with MCP
Give an interactive agent ready-made tools for literature search, paper retrieval, Smart Citations, and Collections.
Build with the REST API
Control requests, responses, retries, and persistent workflow logic in your own application.
MCP
Connect an MCP-compatible client to Scite’s hosted server:- “Find recent papers on CRISPR delivery and compare the approaches.”
- “Check whether later studies support or contradict this DOI.”
- “Save these papers to a collection for my review.”
Install Scite in ChatGPT
Install Scite, sign in, and use
@Scite in a prompt.Connect Scite to Claude
Add the Scite connector and sign in when Claude prompts you.
REST API
Choose the REST API when your application owns its requests, response handling, retries, and workflow state. Send requests to:What agents can do with Scite
Before you ship
- Treat
401as a credential problem and403as an access or scope problem. - Retry
429and transient5xxresponses with exponential backoff and jitter. - Read returned rate-limit headers instead of hard-coding a request rate.
- Use the response schema in the API Reference tab instead of inferring fields from examples.
- Confirm that your plan and agreement cover the intended use. See Pricing and plans.
