Skip to main content

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 program

Direct 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.

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
    RGate Developer Resources: API Docs, OpenAPI, MCP Server, CLI | RGate