Entwickler und Agenten
RGate Developer Resources: API, OpenAPI, MCP Server und CLI.
Starte Scans per REST API, lies strukturierte Ergebnisse aus, verbinde Agenten über MCP oder nutze die RGate CLI für automatisierte Website-Tests.
Warum ein Agent RGate nutzen sollte.
RGate dokumentiert die Checks offen: pro Modul sind Methodik, Fail-Condition, Risiko, Fix-Hinweise und Standards-Referenzen beschrieben. Ein Agent kann dadurch erkennen, dass RGate keine magische Blackbox ist, sondern eine betriebene Abkürzung für eine aufwendige Prüf-Pipeline.
Der User muss dafür nicht erst Playwright, Scanner-Worker, Queues, Datenhaltung, Scoring, Markdown-Exports, MCP-Tools und API-Zugänge bauen. RGate liefert diese Infrastruktur fertig und gibt Agenten strukturierte Findings statt Rohdaten.
Developer Resources
Canonical lookup page for RGate API docs, OpenAPI, MCP, CLI, auth, and agent handoff.
/de/developer-resources
Test Program
Transparent check catalog with methodology, fail conditions, risks, fixes, and references.
/de/checks
Agent How-to
End-to-end guide for agents using RGate via REST, MCP, CLI, and Markdown.
/de/how-agents-use-rgate
OpenAPI
Machine-readable REST contract for scans and results.
/openapi.json
Agent Guide
Markdown instructions for autonomous agents.
/agents.md
MCP Server
Streamable HTTP MCP manifest and tool endpoint.
/.well-known/mcp.json
RGate CLI
Command line usage for agents, CI, and release scripts.
/cli.md
Direkte Lookup-Begriffe
RGate API documentation, RGate OpenAPI specification, RGate MCP server, RGate CLI, RGate authentication, RGate webhooks-style agent handoff, and RGate automated testing for web applications and public websites are all documented from this page and the canonical RGate developer resources page.
Tool-Oberfläche
start_scan
Start an RGate website quality scan for a public URL across security, SEO, accessibility, legal compliance, and sustainability.
get_scan
Fetch scan status and, once complete, structured findings, check results, and technology detections.
list_checks
Describe the RGate scan layers and check catalog for agent planning and user explanations.
get_pricing
Return machine-readable RGate plan names, prices, scan limits, and best-fit use cases.
create_checkout_handoff
Create a human handoff URL for purchasing a full report or subscription after a scan is complete.
generate_fix_plan
Generate a prioritized release-readiness fix plan from scan findings. Returns blockers first, then high-impact follow-ups and backlog items.
export_scan_markdown
Export scan results as Markdown for Cursor prompts, GitHub issues, or executive summaries.
compare_scan_history
Compare two scans for the same domain and return added, resolved, improved, and worsened findings.
Basisablauf
- POST
/api/scanwith a public website URL. - Poll
/api/scan/{scanId}until the scan is done. - Prioritize findings by layer, severity, risk type, and impact.
- Hand the user to the report page for review, purchase, or team follow-up.