Learn · Integrations
MCP
Call the platform as a tool from any runtime that speaks the open tool protocol.
Checked against the product on · written for people writing code
The platform exposes its own doors as tools over the open tool protocol. An agent runtime that speaks it can check a standing, send an event, or read the logbook without a bespoke client.
| Tool | What it does | Scope it needs |
|---|---|---|
| Send an event | Files one event about a watched thing. | events:write |
| Check a standing | Returns allow, take a look, or block, with the reason. | cb:read |
| Read the logbook | Returns entries for a watched thing or a window. | records:read |
| Browse the library | Lists published rule packs and their manifests. | library:read |
Wire it up
Make an API key with the scopes the tools need.
Register the platform as a tool server in your runtime.
Call the standing check before your agent takes a sensitive step.
Safe by default. A tool call through this door carries the same scopes as the key behind it. A key without events:write cannot write, whichever tool asks.