Agentra LabsAgentra Labs DocsPublic Documentation

AgenticIdentity

Command Surface

| Command | Description |

CLI Commands (aid)

CommandDescription
aid createCreate a new identity anchor
aid signSign an action and produce a receipt
aid verifyVerify a receipt signature
aid trust grantGrant trust delegation
aid trust revokeRevoke a trust delegation
aid trust listList active delegations
aid exportExport identity document
aid continuity startStart a continuity session
aid continuity statusShow continuity chain status
aid spawnCreate a child identity

MCP Tools (agentic-identity-mcp)

All tools exposed by the agentic-identity-mcp MCP server:

Identity Core

ToolDescription
identity_createCreate a new identity anchor
identity_showShow identity information (public document)
identity_healthCheck system health: identity files, receipt store, trust store

Actions & Receipts

ToolDescription
action_signSign an action and create a verifiable receipt
action_contextLog the intent and context behind identity actions
receipt_verifyVerify the cryptographic signature on a receipt
receipt_listList action receipts with optional filters

Trust

ToolDescription
trust_grantGrant trust (capabilities) to another identity
trust_revokeRevoke a trust grant
trust_verifyVerify whether a trust grant is currently valid
trust_listList trust grants (granted by or received by identity)

Continuity

ToolDescription
continuity_recordRecord an experience event in the continuity chain
continuity_anchorCreate a continuity anchor (checkpoint)
continuity_heartbeatCreate a heartbeat record indicating the agent is alive
continuity_statusGet the continuity status for an identity
continuity_gapsDetect gaps in the experience chain

Spawning

ToolDescription
spawn_createSpawn a child identity with bounded authority
spawn_terminateTerminate a spawned child identity
spawn_listList spawned child identities
spawn_lineageGet lineage information for an identity
spawn_authorityGet effective authority (bounded by lineage)

Competence

ToolDescription
competence_recordRecord a competence attempt outcome (success/failure/partial)
competence_showGet competence record for a domain
competence_proveGenerate a competence proof for a domain
competence_verifyVerify a competence proof
competence_listList all competence domains for the identity

Negative Capabilities

ToolDescription
negative_proveGenerate a negative capability proof (prove impossibility)
negative_verifyVerify a negative capability proof
negative_declareCreate a voluntary negative declaration (self-imposed restriction)
negative_listList all negative declarations for the identity
negative_checkQuick check if a capability is structurally impossible

Grounding Tools (v0.2)

ToolDescription
identity_groundVerify authority/action claim has backing in trust grants
identity_evidenceGet detailed evidence for an identity claim
identity_suggestFind similar grants, receipts, or competence records

Workspace Tools (v0.2)

ToolDescription
identity_workspace_createCreate a multi-identity workspace
identity_workspace_addAdd an identity directory to a workspace
identity_workspace_listList loaded identity contexts in a workspace
identity_workspace_queryQuery across all identity contexts
identity_workspace_compareCompare permissions across identity contexts
identity_workspace_xrefCross-reference a permission across contexts

Compact Facade Tools (v0.3+)

Use these to keep MCP tool surfaces small while preserving backward compatibility:

ToolDescription
identity_coreUnified core identity operations via operation
identity_actionsUnified action/receipt/session operations via operation
identity_trustUnified trust operations via operation
identity_continuityUnified continuity operations via operation
identity_spawnUnified spawn operations via operation
identity_competenceUnified competence operations via operation
identity_negativeUnified negative-capability operations via operation
identity_groundingUnified grounding operations via operation
identity_workspaceUnified workspace operations via operation
identity_inventionsUnified advanced invention operations via operation

Compact list mode:

export AID_MCP_TOOL_SURFACE=compact

In compact mode, tools/list returns only the 10 facade tools above, while all legacy tool names remain callable.

Environment Variables

VariableDefaultDescription
AID_IDENTITY_DIR~/.agentic-identity/identitiesIdentity storage directory
AID_RECEIPT_DIR~/.agentic-identity/receiptsReceipt storage directory
AID_TRUST_DIR~/.agentic-identity/trustTrust delegation storage
AID_LOG_LEVELinfoLogging verbosity
AGENTIC_TOKENServer-mode auth token