Documentation
Documentation
Register agents, issue scoped credentials, write policy, and revoke access — the developer guide to the Mandavo identity fabric.
Getting started
- IntroductionWhat Mandavo is, the problem it solves, and how the fabric fits your stack.
- QuickstartRegister an agent, issue a scoped credential, make a governed call, and revoke it — in about ten minutes.
- Core conceptsThe five ideas the rest of the docs assume: identity, sponsor, scope, policy graph, and audit log.
Guides
- Registering agentsCreate identities in the directory, bind sponsors, and declare the scopes an agent may ever hold.
- Issuing scoped credentialsRequest short-lived, task-scoped tokens, set a sensible TTL, and let rotation happen automatically.
- Writing policyExpress who may do what under which conditions, and let execution-time enforcement decide in the hot path.
- Revocation & containmentInvalidate a compromised agent everywhere at once and contain the incident in seconds, on the record.
API
- AuthenticationAuthenticate to the Mandavo API with a workspace key, and mint scoped agent credentials from it.
- Identities APICreate, read, sponsor, and revoke agent identities in the directory.
- Audit Log APIQuery the attestation-ready record of every issuance, action, policy decision, and revocation.
Emails
- Transactional emailsHow Mandavo sends brand-themed transactional email — one component, a JSON catalog of 42 messages, and a live preview.
- Triggers & sendingSend a triggered email by id with sendTransactional(), see the touchpoints that are already wired, and install the system in your own app.