RTIE.AI / docs
Home OpenAPI Quickstart
Build with AI

Agent Plugin

The RTIE Claude Code plugin packages RTIE context, all 9 agent skills, 2 agent commands, and private-preview MCP configuration into a single install.

MCP tool calls require private-preview access until the public T20 server at mcp.rtie.ai ships. Skills, prompts, and context files are useful without MCP access.

Install

claude plugin marketplace add https://docs.rtie.ai/ai-tools/marketplace.json
claude plugin install rtie

The plugin sources any MCP connection using your RTIE_API_KEY environment variable — no secrets are shipped in the plugin itself.

What gets installed

MCP server

Configures Claude Code for the private-preview endpoint at https://mcp.rtie.ai/mcp using ${RTIE_API_KEY}. Tool availability depends on tenant access and enabled modules.

Skills

Commands

Manual setup (alternative)

If you prefer to configure manually, add this to your project's .mcp.json:

{
  "mcpServers": {
    "rtie": {
      "type": "http",
      "url": "https://mcp.rtie.ai/mcp",
      "headers": { "Authorization": "Bearer ${RTIE_API_KEY}" }
    }
  }
}

Download individual skill files from the skills page.

Cursor and other agents

For Cursor: download rtie.mdc and place it at .cursor/rules/rtie.mdc in your project.

For Codex and other agents: download AGENTS-snippet.md and add its contents to your AGENTS.md.