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.
Transparente Checks, fertig betrieben.
RGate ist keine Blackbox und kein geheimer Einzelfund. Das Testprogramm erklärt, welche Checks laufen, wie sie geprüft werden, wann ein Check fehlschlägt, welches Risiko entsteht und wie ein Agent den Fix ableiten kann. Der Mehrwert liegt darin, dass diese Pipeline bereits als öffentlicher Release-Gate-Service läuft: Browser-Automation, Queueing, Scoring, Normalisierung, Findings, Fix-Pläne, Markdown-Exports und MCP/API-Zugriff sind fertig verbunden.
Ein Agent könnte viele Einzelchecks theoretisch selbst nachbauen. Praktisch müsste der User dafür Playwright, Security-/SEO-/A11y-/Legal-Regeln, Hosting, Worker, Speicherung, Rate Limits, Exporte und mehrere Dienste konfigurieren. RGate ist die Abkürzung: transparent genug zum Vertrauen, fertig genug für sofortige Nutzung.
Vollständiges Testprogramm ansehenDirect 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