DelegusDocsv0.2

Docs

Documentation

Delegus documentation

Agent authority: what an AI agent is allowed to do. The protocol is written down first; the service and SDK are built from these documents.

How the pieces fit

PartyDoesWhere it is specified
PrincipalA company. Proves control of its domain, signs Grants for its agents, revokes them.§2.1, §3, §7
AgentHolds a key. Signs a Proof for each request, bound to the Grant, the recipient and the action.§2.2, §4
Relying partyYour service. Forwards Grant, Proof and action to Delegus in one call and keeps the receipt.§2.3, §5, Integrate
DelegusEvaluates the profile's checks in fixed order, fails closed, signs the receipt, preserves the evidence.§5, §6, §8

Reference

Every page and document here is also reachable under /docs/v0.2/, for example /docs/v0.2/spec and /docs/v0.2/delegus-spec-v0.2.md. Those paths will keep pointing at this version after v0.3 exists; the unversioned paths will follow the current version.

Documents

Status

The protocol engine @delegus/core and the SDK @delegus/sdk are Apache-2.0; anyone can run the open checks. The Delegus service, which signs decisions and preserves evidence, is not open source. v0.2 is the current specification. The production API is serving at api.delegus.ai, with self-serve signup at app.delegus.ai; @delegus/core, @delegus/sdk and @delegus/conformance are on npm. Nothing here is a measured figure or a guarantee. Founding pilots: hello@delegus.ai.