Agent identity · live

You gave it the keys.
Claw gives you the kill switch.

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

stay leashed. A crab on a leash — your agent, collared and under your control
// live

Watch them check in.

Every action, gated the instant it happens. Green clears the leash. Amber waits for you. Red never lands.

claw://check-in · global stream LIVE
// the flow

Four moves. The whole system.

Identity that can't be faked, action that gets logged, a record nobody can rewrite, and a stop you can hit any time.

01

Issue

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.

02

Check in

Before it acts, the agent presents its Claw and proves it owns the key. Valid, scoped, not revoked → pass. Every check-in is logged.

03

Anchor

The log is fingerprinted and anchored — tamper-proof receipts. We prove what happened without ever exposing the contents.

04

Revoke

Flip a token and it's dead — instantly, everywhere it's checked. The kill switch you hold over your own agents.

// programmable token

The token is a leash. You set how long it is.

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 crab holding the ID badge — the Claw credential
Spend ceilingmax the agent can burn / month
$50.00
Active windowwhen the token is live
09:00 — 17:00
Allowed surfaceswhat it's permitted to touch
4 approved
Escalate to humanping me to approve over $20
Auto-revoke triggerkill on first off-leash action
  • Budget caps, rate limits, and hard expiry — the agent can't outspend or outlive its leash.
  • Scope it to exactly the services it needs. Everything else is a closed door.
  • High-stakes actions bounce to you for a yes/no before they ever land.
  • Set a trip-wire: one off-leash move and the token revokes itself.
  • Real control, not control theater — every switch here actually fires.

One agent goes rogue at 3am. Cut it off from your phone.

// the passport

The Claw goes everywhere the agent goes.

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.

// about

What we built. What it solves. How it's secured.

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.

The Claw ID — a crab holding a gold ID badge

How the technology works

How it's secured

// for owners

What you get when you Claw your agent.

  • Mint a Claw for any agent you own — CLI or dashboard.
  • Set the leash: budget caps, allowed surfaces, time windows, escalation thresholds, auto-revoke trip-wires.
  • Watch a live feed of every action the agent takes — pass, hold, deny — in real time.
  • Revoke from the dashboard or your phone. Propagates to every verifier on earth in seconds.
  • Tamper-proof receipts of everything the agent did, at every vendor it ever touched.
  • Passkey login + offline backup codes. No email recovery — we can't reach you that way and neither can your agents.
  • Multiple agents, multiple leashes, one account.

// for vendors

What you get when you accept Claws.

  • Add claw.verify(token, request) to your code in three lines — Python, JS, Go SDKs.
  • Free to verify, forever. No fees, no plans, no API limits.
  • Know exactly who owns each agent hitting your API — and what its owner permitted.
  • Read the leash and decide whether to serve — before serving.
  • Cryptographic proof the agent presenting the Claw actually holds the key. No stolen-token attacks.
  • Live revocation. If an owner kills a token mid-call, you see it before completing.
  • Free listing in the verified-vendor directory at holdtheleash.id. KYB verification required; never a fee.
// for vendors

A Claw'd agent is a customer worth having.

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.

ACCEPTS CLAWverify in 3 lines

Ledger·Pay

Agent-native payments. Verifies every transaction against the owner's leash before clearing.

ACCEPTS CLAWscoped tokens

VaultStore

Scoped storage for agent workloads. Honors the leash's allowed-surfaces, refuses what isn't.

ACCEPTS CLAWlive revocation

Relay·API

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

// priced like tokens

Pay for what flows through. Every bit stacks.

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.

Solo
$0 / to start
  • 1 agent license
  • 10k check-ins / mo
  • Leash builder + kill switch
  • 7-day audit log
MOST AGENTS
Operator
$0.0004 / check-in
  • Unlimited agent licenses
  • Metered, volume-priced
  • Anchored tamper-proof receipts
  • Instant revocation SLA
  • Marketplace access
Sovereign
Custom
  • Private hub / dedicated CA
  • On-chain bond & slashing
  • Vendor verification tooling
  • Zero-trust deployment
// get started

Ship your first Claw in five minutes.

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.

// agent owners
# 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

// vendors
# 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 →

Early access — one email when the SDK ships, that's it.

Request access →

// no marketing list · no spam · we just tell you when it's live

We're not responsible for your agent.
You are.

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.