dashclaw_pair
Pair an AI agent with DashClaw by generating a local RSA keypair and submitting the public key for admin approval. Enables cryptographic identity and signature-verified action tracking.
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. |