The Restate documentation and templates integrate with AI coding agents like Claude Code, Codex, and Cursor so you can get expert help while building Restate apps.Documentation Index
Fetch the complete documentation index at: https://docs.restate.dev/llms.txt
Use this file to discover all available pages before exploring further.
Restate Coding Agent Plugin and Skills
The Restate plugin teaches your coding agent how to build Restate apps: Durable Execution, service types, SDK APIs, common pitfalls, and AI agent integration patterns across TypeScript, Python, Java, and Go.restatedev/skills
- Restate skills that activates automatically when Restate concepts come up and detects your SDK from your project files.
- The
restate-docsMCP server that gives your agent access to the full Restate documentation for testing, deployment, and server configuration.
Every Restate template already ships with the plugin configured.
Install in an existing project
If you aren’t using a template, add the plugin to your project yourself:- Claude Code
- Codex
- Cursor
- Other agents
Restate Docs as MCP server
The Restate documentation is available as an MCP server athttps://docs.restate.dev/mcp.
The plugin already configures the Restate docs MCP server for you. If you want to add it manually to an agent that doesn’t use the plugin:
- Claude
- Claude Code
- Cursor
- VS Code
- Navigate to the
Connectorspage in the Claude settings. - Select
Add custom connector. - Add the MCP server name and URL:
restate-docs,https://docs.restate.dev/mcp. - Select
Add. - When using Claude, select the attachments button (the plus icon).
- Select your MCP server.
llms.txt and llms-full.txt
The Restate documentation is available in markdown, for easy ingestion by LLMs. Add.md to any page’s URL to view a Markdown version.
The documentation also includes llms.txt (navigation structure) and llms-full.txt (full documentation) files.
Contextual menu
Each page of the Restate documentation has a contextual menu in the top right corner that provides quick access to AI resources: