Anchorage API reference
    Preparing search index...
    interface AgentMeta {
        allowedAutomation?: readonly AgentAutomationRule[];
        allowedRoles?: readonly ApprovalRole[];
        description: string;
        id: string;
        title: string;
    }
    Index

    Properties

    allowedAutomation?: readonly AgentAutomationRule[]

    Automated entries the agent accepts. ABSENT OR EMPTY DENIES EVERY automated start and resume — a schedule, signal, provider, or delegating agent must be named here to reach this agent at all.

    Declared on the metadata rather than injected at wiring time so the edge router and the thread host enforce it from the same catalog, and so an agent cannot become reachable by automation through a host that simply forgot to pass a policy.

    allowedRoles?: readonly ApprovalRole[]

    Human roles permitted to start the agent over authenticated HTTP.

    description: string
    id: string
    title: string