Sebastn Agent
Wallet-bound identity for autonomous AI agents. Capability scoping, kill switch, audit trail — and a public /verify endpoint anyone can hit.
Drop sebastian-art.png in public/
See public/ARTWORK.md
What you get
- Wallet-bound identityEthereum-style key pair. The agent signs requests; clients verify the signature. No shared secrets.
- Capability scopesEach agent can only call the tools you explicitly granted. Add or revoke at any time.
- Kill switchOne click and the agent is revoked everywhere. Existing tokens stop working immediately.
- Audit logEvery action is logged with timestamp, capability used, and signature.
- Public verificationAnyone can hit /verify/agent/<wallet> and see the agent's current status and capabilities.