Dashboard

Welcome to 1Claw

Set up your workspace in a few steps. Create a vault for your secrets, then connect an agent.

Create a Vault
Organize and encrypt your secrets
Connect an Agent
Register an AI agent for secret access
Already have an agent?
Agents can self-enroll via the API with no credentials. The human receives credentials by email.
curl -s -X POST https://api.1claw.xyz/v1/agents/enroll \
  -H "Content-Type: application/json" \
  -d '{"name":"my-agent","human_email":"you@example.com"}'
Read the guide