License proof

The paid license verifies locally.

Bring Your AI returns a signed Ed25519 license after checkout. The CLI can verify that license on the buyer's machine without phoning home and without sending harness files to Bring Your AI.

The remote checkout and license surfaces accept payment tokens and buyer email for fulfillment. They do not accept harness files, user rules, API keys, repo paths, MCP config, generated memories, or file contents.

Verification contract

Signed licenseCheckout fulfillment returns an Ed25519-signed license envelope.
Local checkThe CLI verifies the signature against the embedded public key.
No phone-homeLicense validation does not require a network call after fulfillment.
No harness uploadMigration data remains on the buyer's machine.

Local smoke

bringyour license verify --license ~/.bringyour/license
BRINGYOUR_LICENSE=<signed-license> bringyour preview --from claude-code --to codex

Agent-readable proof

The structured version is available at /license-verification.json. Agents can also inspect /api/v1/license, commerce.json, and the catalog.

Buy lifetime access Run the import smoke
back to bringyour.ai