Agent Frameworks
1claw is built for agents. While most key management and vault platforms assume a human is driving, 1claw's auth model, policy engine, and signing infrastructure are designed for headless, autonomous processes. This guide covers how to integrate 1claw with four popular agent frameworks.
The pattern (same for every framework)
Regardless of which framework you use, the integration follows the same shape:
- Register an agent in 1claw (human does this once)
- Create policies granting the agent access to specific secrets and paths
- Configure the framework with the agent's API key (
ocv_) or connect via MCP - The agent calls 1claw at runtime to fetch secrets, sign transactions, or store data
The agent never holds raw private keys. Secrets are fetched just-in-time. Transactions are signed server-side. Everything is audit-logged.