dashclaw_pair
Enroll your agent's cryptographic identity by generating an RSA-2048 keypair locally, storing the private key, and posting the public key to DashClaw for admin approval to enable signature-verified actions.
Instructions
Enroll this agent's cryptographic identity with DashClaw (operator pairing requests in your inbox ask for exactly this). Generates an RSA-2048 keypair locally, stores the PRIVATE key on this machine only (~/.dashclaw/identity/.pem — never logged, never sent), and POSTs the public key to /api/pairings. An admin then approves the pairing, which creates the agent identity and lets your recorded actions be signature-verified. Set wait:true to poll until approved/expired (max 5 min). After pairing, mark the request message read via dashclaw_messages_mark_read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll the pairing until approved/expired (default false). | |
| agent_id | No | Fallback identity when no server-level agent id is configured (the configured id wins) | |
| agent_name | No | Human-readable agent name shown to the approving admin. |