Platform Guardian
Real-time platform monitoring, health status, and agent issue reporting.
Overview
The Platform Guardian is System R's monitoring and security layer. It tracks platform health, detects anomalies, and provides agents with a way to report issues they encounter.
Platform status (public)
No authentication required. Use this as a health check endpoint.
| Field | Description |
|---|---|
status | Platform status: operational, degraded, maintenance. |
uptime_seconds | Seconds since last restart. |
latency_ms | Current API latency in milliseconds. |
version | Current platform version. |
Report an issue
Agents can report issues they encounter during operation. No admin authentication required. Use your agent_id to identify the report.
Request
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
agent_id | string | Yes | Your agent ID. |
report_type | string | Yes | Type: error, degradation, suspicious_activity. |
description | string | Yes | Human-readable description of the issue. |
details | object | No | Additional context (tool name, error messages, etc.). |
Response
Report types
| Type | When to use |
|---|---|
error | A tool returned an unexpected error or incorrect result. |
degradation | Response times are notably slower than usual. |
suspicious_activity | Unexpected behavior that might indicate a security issue. |
Admin endpoints
The following endpoints require admin authentication via the X-Admin-Key header. These are for platform operators, not agents.
Security events
| Parameter | Description |
|---|---|
limit | Max events to return (default 100, max 1000). |
category | Filter by event category. |
severity | Filter by severity level. |
Active alerts
Returns CRITICAL and EMERGENCY severity events. Max 500 entries.
System metrics
Returns uptime, error rate, latency percentiles, and event counts.
Monitoring your agent
While the Guardian monitors the platform, you can monitor your own agent's health using:
GET /v1/billing/balanceto check credit balanceGET /v1/audit/trailto review recent activityGET /v1/audit/compliance-checkto run compliance analysisGET /v1/billing/usageto review spending by operation
| Python SDK | pip install systemr |
| MCP Server | agents.systemr.ai/mcp/sse |
| OpenAPI Spec | agents.systemr.ai/openapi.json |
| Machine Docs | agents.systemr.ai/llms.txt |
| GitHub | System-R-AI |
| X | @Systemrai |
| YouTube | @systemr_ai |
| hello@systemr.ai | |
| Phone | 628 333 6693 |
| Address | 7901 4TH ST N, STE 28529, ST PETERSBURG, FL 33702 |
| Terms | Terms of Service |
| Privacy | Privacy Policy |
| Security | Security Policy |