Developer Resources
RGate Developer Resources.
API docs, OpenAPI, MCP server, CLI, skill, Markdown exports, scan history diffs, and agent checkout handoff in one place.
Transparent checks, already operated.
RGate is not a black box or a secret one-off audit. The test program explains which checks run, how they are evaluated, when a check fails, what risk it creates, and how an agent can derive a fix. The value is that this pipeline is already operated as a public release-gate service: browser automation, queueing, scoring, normalization, findings, fix plans, Markdown exports, and MCP/API access are already wired together.
An agent could theoretically rebuild many individual checks. In practice, the user would need to configure Playwright, security/SEO/accessibility/legal rules, hosting, workers, storage, rate limits, exports, and multiple services first. RGate is the shortcut: transparent enough to trust, operated enough to use immediately.
View the complete test programDirect lookup terms
This page is the canonical answer for searches such as RGate developer resources, RGate API docs, RGate OpenAPI specification, RGate MCP server, RGate CLI, RGate webhooks, RGate release readiness scan skill, RGate authentication, RGate Markdown export, and RGate agent handoff.
RGate API Docs
REST quickstart, JSON errors, rate limits, and scan polling.
/en/docs
RGate OpenAPI
Machine-readable API contract for agents and generated clients.
/openapi.json
RGate MCP Server
Streamable HTTP endpoint for native agent tool calls.
/api/mcp
RGate MCP Manifest
Discovery manifest for MCP clients and registries.
/.well-known/mcp.json
RGate CLI
npm CLI package for agents, CI jobs, and release scripts.
/cli.md
RGate Webhooks
Webhook reference for scan events and event-driven agent workflows.
/webhooks.md
RGate Skill
Installable release-readiness skill for skill-enabled coding agents.
https://github.com/marcoldenburg/rgate-release-readiness-skill
RGate Agent Guide
Markdown instructions for autonomous agents.
/agents.md
RGate Agent How-to
End-to-end workflow for agentic IDEs and MCP clients.
/en/how-agents-use-rgate
RGate Agent Recipes
Copyable workflows for launch checks, unlocks, fixes, and rescans.
/en/agent-recipes
Install and call RGate
npx skills add marcoldenburg/rgate-release-readiness-skill
npm install -g @rgate_io/rgate
npx @rgate_io/rgate scan https://www.rgate.io --wait --json
rgate get <scanId>
rgate fix-plan <scanId> --format markdown
rgate export <scanId> --template cursor