Plan
Current workspace access
1,000
requests per month
0 of 1,000 used
Protected requests
Monthly API activity
0
security checks and gateway calls
Usage updates from live API telemetry when the key service is connected.
Last blocked action
C5 action firewall
None
No dangerous actions recorded yet
Use the scan-action snippet below to test a dangerous command safely.
Workspace and API key
Create, view, copy, regenerate, or revoke the key used by automation tools.
Production will store only hashed keys. This static MVP uses local preview state until the API-key backend is wired.
No API key generated yet.
prefix: none
created: never
Copy integration config
Ready-to-use snippets for automation platforms and local MCP users.
Monthly consumption
Plan limits and projected usage
| Plan | Free |
|---|---|
| Requests used | 0 |
| Monthly limit | 1,000 |
| Rate limit | 60 requests/min |
| Status | Active |
Recent requests
Security events and gateway calls
Quick documentation
The shortest path from key creation to protected automation.
| Use case | Endpoint | Decision field |
|---|---|---|
| Block dangerous actions before execution | POST /api/v1/scan-action | data.allowed, data.blocked, data.risk |
| Scan external input before the LLM | POST /api/v1/scan-input | data.safe, data.blocked, data.detections |
| Scan LLM output before showing it | POST /api/v1/scan-output | data.safe, data.blocked, data.threats |
| Run the full protected chat pipeline | POST /api/v1/chat | data.response, data.fitness |
| Use OpenAI-compatible apps | POST /v1/chat/completions | choices[0].message.content |