Skip to main content

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.

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.

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

It bundles:
  • Restate skills that activates automatically when Restate concepts come up and detects your SDK from your project files.
  • The restate-docs MCP 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:
/plugin marketplace add restatedev/skills
/plugin install restatedev@restatedev-plugin
We are continuously improving the plugin. Let us know if you have feedback via Discord or Slack.

Restate Docs as MCP server

The Restate documentation is available as an MCP server at https://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:
  1. Navigate to the Connectors page in the Claude settings.
  2. Select Add custom connector.
  3. Add the MCP server name and URL: restate-docs, https://docs.restate.dev/mcp.
  4. Select Add.
  5. When using Claude, select the attachments button (the plus icon).
  6. Select your MCP server.
More information in the Mintlify documentation.

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: Contextual menu Use this to hydrate your AI chat with the content of the current page, or to add the Restate docs MCP server to Cursor or VS Code.