proofable/sdk, proofable/mcp, and proofable/docs.
Proofable is under active development. Published APIs and verifier schemas may change between minor versions. Breaking changes are listed in each entry and in the repo changelogs.
Proofable is live
One connection carries agent identity, permissions, selected context, and current proof across your AI clients and apps. Your existing framework runs the work; Proofable carries the trust state the next tool needs.- Connect your AI client in one line, with hosted sign-in for Cursor, Claude Code, Codex, and VS Code.
- Verify once, reuse the proof. Another app can check its current status without repeating the work.
- Give each agent an identity, a spend limit, and permissions you can revoke.
- Store secrets encrypted, and sell verified access with one link.
- Require current proof before access, payment, or a protected action.
@neus packages, see the migration guide. Nothing else in your setup changes.Breaking changes
@neus/sdkis now@proofable/sdk.@neus/mcp-serveris now@proofable/mcp.- The CLI binary is
proofable(wasneus). Runnpx -y @proofable/sdk setup. - MCP tools are named
proofable_*.tools/listadvertises only these names. - The MCP config key is
proofable. The token store moved from~/.neus/to~/.proofable/, so sign in once.
