Trusted Agents. Trusted Vendors. Receipts as math. Every autonomous agent carries a cryptographic credential bound to its operator, leashed by policy, with a tamper-evident receipt of every action. Verify in three lines. Free forever for vendors.
// hub live at api.holdtheleash.id · SDK on GitHub · Apache 2.0
Every action, gated the instant it happens. Green clears the leash. Amber waits for you. Red never lands.
Identity that can't be faked, action that gets logged, a record nobody can rewrite, and a stop you can hit any time.
The hub signs a credential to your agent's key. Unforgeable — nobody mints a Claw without the hub. This is the part that can't be faked.
Before it acts, the agent presents its Claw and proves it owns the key. Valid, scoped, not revoked → pass. Every check-in is logged.
The log is fingerprinted and anchored — tamper-proof receipts. We prove what happened without ever exposing the contents.
Flip a token and it's dead — instantly, everywhere it's checked. The kill switch you hold over your own agents.
A Claw isn't just an ID badge. It carries the rules you wrote. The hub enforces your config — it never makes the call for you.
A Claw isn't an ID badge that stays at the door. It's a passport — your agent carries it to every service it visits. Anyone can verify it (signature, scope, status, owner) in one round trip. The leash travels with it. The kill switch travels with it. Every verified service it touches adds a stamp to its record. Agent KYC: cryptographic, instant, permissionless.
The agent economy is being built on a layer that doesn't exist yet: identity, accountability, and a kill switch. People are letting AI agents loose with their credentials, their inboxes, their wallets, their shell access — usually because the agent said "sure!" once during testing. No record of what it did. No way to stop it mid-action. No recourse when something goes wrong.
Claw is that missing layer. Cryptographic identity for every agent. A programmable leash the owner sets. A kill switch that propagates in real time. A tamper-proof receipt for every action — at every service the agent ever touches.
If you can't revoke it, you don't own it — it owns you. Claw is what owning an agent actually feels like.
/v1/verify. No registration. No API key. No fees. Forever.claw.verify(token, request) to your code in three lines — Python, JS, Go SDKs.holdtheleash.id. KYB verification required; never a fee.Verify any agent hitting your API in three lines. You learn who owns it, what its leash allows, and a tamper-evident record exists of every interaction — on your side too. Free to verify. Free to list. Forever. No paid tier to "be found." We monetize the operator side, never the verifier. The network effect requires zero friction on yours.
Agent-native payments. Verifies every transaction against the owner's leash before clearing.
Scoped storage for agent workloads. Honors the leash's allowed-surfaces, refuses what isn't.
Outbound network for agents. Polls revocation live — the owner's kill switch stops a call mid-flight.
// example vendors shown · apply to be a Verified Vendor →
Infrastructure pricing, not SaaS pricing. We meter by the unit of work — every check-in your agent makes. No seat tax. No per-agent fee. Vendors pay nothing to verify, ever — that's the architecture, not a launch promo.
// comparable infrastructure: Twilio Verify is $0.05 / verification (SMS OTP only) · Persona KYC is $1.50+ / verification (humans, docs) · ClawID at $0.005 / check-in is 10× cheaper, for cryptographic agent identity with leash and live revocation
The hub runs at api.holdtheleash.id with the root signing key in Cloud KMS — zero-trust, production posture. SDKs are open source under Apache 2.0. Vendors verify in three lines, free forever. Operators mint and manage from the dashboard.
# install the SDK $ pip install clawid # three lines — done import clawid result = clawid.verify(token) if result.valid: serve(result.agent_id, result.tenant_id) else: deny(result.status, result.reason)
// free forever · github.com/projectblackboxllc/claw-sdk-python
# 1. sign in to the dashboard with a passkey $ open https://app.holdtheleash.id # 2. set the leash: # spend cap, allowed surfaces, # active hours, escalation, # auto-revoke trip-wire # 3. mint — token shown ONCE # private key generated locally, # hub never sees it
// passkey-only · no email recovery · app.holdtheleash.id
// production hub at api.holdtheleash.id · SDKs Apache 2.0 · verification permissionless and free
Claw is the road and the license — not the driver. We give you the rails, the leash, the kill switch, and the receipts. What your agent does is on you. We just make sure it can't do it as a ghost.