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 planeSynopsis
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.Examples
Options
Options inherited from parent commands
See also
- clawker controlplane - Break-glass control plane lifecycle