vynt://developers

A machine-readable intelligence layer for your own systems

Everything the terminal shows is available over HTTP. Keys are scoped to an environment, every call is metered, and every call is written to your audit log with a request ID.

Keys

Keys are issued as vynt_test_… or vynt_live_…. Only a hash is stored — the full key is shown exactly once, at creation, and can be revoked instantly.

Metering

Credits are reserved atomically before work begins. Responses include credits_used and a request ID, and insufficient balance returns a clear error rather than partial output.

Rate limits

Free10 req/min
Creator60 req/min
Pro300 req/min
Business1,000 req/min

Webhooks

Signed, replay-resistant deliveries

Each delivery carries an HMAC signature over the raw body using your endpoint secret, plus a timestamp. Verify the signature before trusting the payload.

X-Vynt-Signature: sha256=<hmac>
X-Vynt-Timestamp: 1760000000
X-Vynt-Event: content.indexed

Events

content.indexed

An item finished analysis and has a semantic index.

content.updated

A re-check detected a change and produced a new version.

provenance.recorded

A provenance record was written for an item.

source.error

A connected source failed its last check.

credits.low

Remaining credits fell below your configured threshold.