Skip to content
Control Plane API
Skip navigation

Operations

One page for each verb the plane accepts, with its arguments, its return columns and the authority it needs.

Published

In this section

Operations Documentation

whisper.agents takes one operation at a time, named by op, with that operation's arguments in args. Each call is independent, and each one answers in the same envelope.

whisper-call
CALL whisper.agents({op: 'agent', args: {agent: 'checkout-bot'}})

Start at Mint an identity, which covers both ways to get an address: register for a new principal with a key of its own, and identity for one more address on the key you already hold. Read your fleet is the read side, with list for the roster and agent for one address in full. Request connectivity turns an address into traffic, and Set policy decides what that traffic is allowed to resolve. Read query logs hands back what actually happened.

Three operations change access. Revoke cuts an identity for good. Firewall and response holds one reversibly at the network edge, or dispatches an action to the sensor on the host. Manage a domain puts new addresses under a name you already own.