Resources / Video
Register a new governed agent
Bringing a new agent under governance: registration, capability scope, and the first enforced call.
Video · 7 August 2026
What this shows
Governance only works if onboarding a new agent is trivial. This walkthrough covers registering an agent with the Firma Authority from scratch.
The agent is declared, the Authority issues it a scoped capability token defining which action classes it may use and for how long, and the applicable policy bundle is attached. From that point the agent runs under enforcement: every outbound call is validated against the token locally, then evaluated against policy before execution. No SDK is added and no agent code is changed, because registration happens on the Firma side.
The point of the demo: the time between “we have a new agent” and “that agent is governed and auditable” is measured in minutes, not in an integration project.
More from Resources
Write a policy for an agent
Defining a Cedar policy for an agent, distributing it, and seeing the first enforced decision.
7 August 2026Governing a Slack agent
An agent with Slack access, governed call by call: what gets through, what gets stopped, and what the audit log records.
7 August 2026