1clawai/1claw
v0.44.0MIT
Secure secrets management, multi-chain signing, agent memory, automations, and 60+ tools for AI agents via 1Claw vault.
Changelog
0.43.1 (2026-08-03)
Fixed
list_automationsformatting: Output now uses API fieldsis_active,trigger_type, andcron_expr(was incorrectly reading non-existentstatus/schedule/description).
Changed
- Version bump aligned with platform
0.43.1clients (OpenAPI / SDK / CLI). Automations create remains human/SDK/CLI (workflow_spec); MCP exposes list + trigger only.
0.40.3 (2026-07-12)
Fixed
- Agent id resolution in static-token mode: When authenticating with a legacy static agent JWT (
ONECLAW_AGENT_TOKEN), the client now decodes the agent id from the token'ssub: "agent:<uuid>"claim. Previouslyclient.agentIdwas left unset in this mode, so every agent-scoped tool (transactions, signing,execute_http, bindings, bankr leasing) failed with "Agent ID not resolved". Key-exchange mode (ONECLAW_AGENT_API_KEY) is unaffected.
0.40.2 (2026-07-12)
Added
- Execution Intents tools:
execute_intent(generic/non-HTTP intents, e.g. GraphQL),create_binding(human-only),test_binding(connectivity check), andlist_executions(recent execution events). These join the existingexecute_httpandlist_bindingstools. - Client methods
createBinding,testBinding, andlistExecutionson the lightweight MCP client.
0.12.0 (2026-03-11)
Security
- Token validation (httpStream): The
authenticatecallback now validates the Bearer token against the vault API (GET /v1/vaults/{vaultId}). Invalid or expired tokens are rejected at session establishment instead of being passed through. - Vault ID cross-check: When using a JWT with a non-empty
vault_idsclaim, the providedX-Vault-IDheader is validated against the API. If the vault is not in the token's allowed list, the session is rejected with a clear error. - Security inspection for all tools:
rotate_and_storeandget_env_bundlenow run through the same input/output security inspection pipeline as the other tools (injections, PII, etc.), instead of bypassing it.
0.11.0
- Initial public release with list/get/put/delete secrets, vaults, policies, sharing, and transaction simulation/submit.