agent-covenant

Deny-by-default authority leases for agents wielding real power.

Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Deny-by-default authority leases for agents wielding real power.

    Server tool list (7)

    Raw names from tools/list. Only developers need these.

    grant_covenantGrant an agent a covenant: an explicit lease of authority. scopes support wildcards ('payments.*', '*'); budget_minor is the total spend ceiling in minor units; expires_at is ISO-8601. Returns the covenant_id.
    check_actCheck (and if allowed, record) a proposed act against a covenant. Deny-by-default. Idempotent on act_id — retries never double-consume budget. Every check lands on the audit chain.
    revoke_covenantRevoke a covenant immediately and terminally. All subsequent checks deny.
    covenant_statusCurrent state, consumed/remaining budget, and check count.
    verify_auditVerify the tamper-evident audit chain of allowed/denied acts.
    list_covenantsList covenants, optionally filtered by state (ACTIVE|REVOKED|EXPIRED) and/or the bound agent.
    describe_agentFleet-standard self-description.