Developer Resources
RGate Developer Resources.
RGate developer resources for API docs, OpenAPI, MCP server, CLI, authentication, Markdown exports, scan history diffs, and agent checkout handoff.
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 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 specification
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 release readiness scan skill
Agent skill installable with npx skills add 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, previews, paid reports, GitHub issues, 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