← Back to Journal
LAUNCHApril 29, 2026

SharkAuth v0.1.0: Auth for the Agent Era

SharkAuth v0.1.0 is live. One ~29 MB binary. Zero dependencies. OAuth 2.1, OIDC, RFC 8693 Token Exchange, and RFC 9449 DPoP. Built for agents from day one.

Raul Gzz.

SharkAuth v0.1.0: Auth for the Agent Era

Today we are shipping SharkAuth v0.1.0 — the open-source identity platform built for AI agents.

Why we built it

Auth was designed for humans clicking login buttons. Your agents need something better.

When an AI agent delegates to a sub-agent, the trust chain breaks. Bearer tokens leak. Revocation becomes a mess. Auditors ask "which agent did what?" and you have no answer.

SharkAuth fixes this. It treats agents as first-class identities with native delegation, cryptographically bound tokens, and a unified audit trail that tracks every hop from user to resource.

What you get

| Feature | Status | |--------|--------| | OAuth 2.1 | ✅ | | OpenID Connect | ✅ | | RFC 8693 Token Exchange | ✅ | | RFC 9449 DPoP (default) | ✅ | | Agent delegation chains | ✅ | | Cascade revocation (< 12 ms p99) | ✅ | | may_act_grants | ✅ | | Passkeys (FIDO2) | ✅ | | Magic Links | ✅ | | MFA (TOTP) | ✅ | | Enterprise SSO (SAML 2.0, OIDC) | ✅ | | Zero-Code Auth Proxy | ✅ | | HMAC-signed Webhooks | ✅ | | grant_id-indexed Audit Logs | ✅ |

Install in 10 seconds

bash
curl -fsSL sharkauth.com/get | sh
shark serve

That is it. No Docker. No Postgres. No Redis. No Helm charts. One binary, one command.

What is coming

  • Visual Flow Builder
  • Shark Cloud (managed infrastructure)
  • Postgres Mode (optional external DB)
  • Shark Email (built-in delivery)

Get involved

  • GitHub: github.com/shark-auth/shark
  • Discord: discord.gg/sharkauth
  • Docs: sharkauth.com/docs

MIT licensed. No telemetry. No vendor lock-in.

WANT MORE UPDATES?

Join the Waitlist