Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clawker.dev/llms.txt

Use this file to discover all available pages before exploring further.

clawker controlplane agents

List agents currently registered with the control plane

Synopsis

Snapshot every agent currently registered with the control plane. The control plane is the sole writer of the agent registry — entries are written server-side at AgentService.Register handler entry when CP captures the live mTLS peer’s cert thumbprint. This command queries AdminService.ListAgents over mTLS gRPC to retrieve the snapshot. Identity is channel-bound: the certificate thumbprint shown here is the SHA-256 over the agent’s mTLS leaf cert. Agents are uniquely identified by the composite (project, agent_name) — agents with the same short name in different projects appear as separate rows.
clawker controlplane agents [flags]

Examples

  # Show all registered agents
  clawker controlplane agents

  # Machine-readable output
  clawker controlplane agents --json

Options

      --format string   Output format: "json", "table", or a Go template
  -h, --help            help for agents
      --json            Output as JSON (shorthand for --format json)
  -q, --quiet           Only display IDs

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also