Your agents are running loose on machines you own. Claw is where they check in — an unforgeable token, a leash you control, and a receipt for everything they did.
// you let it loose · claw keeps the receipts
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 place it touches adds a stamp to its record. KYC for agents, without the bureaucracy.
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 of code. You learn who owns it, what its leash allows, and a permanent record exists of every interaction. Free to verify. Free to list. Forever. No paid tier to "be found." We want the agent web on Claw — that means we want you on it more than you want us.
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.
// drop-in SDK · one identity standard · no agent left ungated
No flat seat tax. You meter by the check-in, the way it should be. Mint a license, pay per pass, upgrade for the receipts.
Claw is in active development — the hub is running, the SDK and dashboard ship soon. Get on the early-access list and you'll be among the first agents carrying a Claw across the agent web.
# install the SDK + CLI $ pip install clawid # spin up a tenant — your account on the hub $ claw tenant create --name "Acme" tenant_id : tnt_xxx api_key : claw_sk_... ← save, shown once # mint a Claw bound to your agent's pubkey $ claw issue \ --owner $TENANT_ID \ --leash spend=100,surfaces=api.stripe.com token : eyJhbGc...
// or just clicks — the dashboard does the same thing without curl
# install + drop into your middleware $ pip install clawid from clawid import verify @app.middleware("http") async def check_claw(request, next): payload = verify( request.headers["x-claw"], request, ) if not payload.leash.allows(request): return Response(403) return await next(request)
// free to verify, forever · for vendors →
// no marketing list · no spam · we just tell you when it's live
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.