Python SDK for the Everscribe API. It exposes middleware that records an audit event per request, a recorder for writing append-only audit events directly, and a minter for issuing short-lived browser tokens for embeddable components.
| Setup link | What it is | Pick it when |
|---|---|---|
| Hosted AI agent | You install our GitHub App. Our server-side agent walks your repo, proposes a plan, and opens a PR you review. | You want zero hand-wiring and are fine granting Everscribe read access to your repo. Paid feature. |
| BYOK Claude Code skill | Install the es CLI and run es skills download setup. That drops a skill into your Claude Code skills directory, and your own local Claude agent does the setup. Same behavior as the hosted agent, but against your Anthropic key, and your source never leaves your machine. |
You do not want to grant Everscribe read access to your repo, and/or you want a free option and already have Claude Code. |
| Wire it up yourself | Install the SDK and add the calls by hand. | You want full control, or you are instrumenting a small surface. |
FastAPIStarletteFlaskDjango
Note
Interceptors available for gRPC servers.
Your framework missing? Open an issue.
-
Runnable examples: full-stack runnable apps for every Everscribe SDK.
-
AI-assisted setup demo: Sample repo for trying AI setup against something disposable.
-
Everscribe CLI: CLI for downloading the Claude skill and managing projects, API keys, events and more.
-
Embeddable components: drop-in audit trail UI for single and multi-tenant apps.