Developers

API keys, Webhooks, and OAuth tokens for integrating with VALORIO.

The Developers group is for integrators — connecting VALORIO to another system programmatically, rather than a person clicking through the UI. It's separate from the AI & MCP servers, which are built specifically for AI assistants; this is VALORIO's general-purpose API surface.

API keys

An API key authenticates a script or external system against VALORIO's API, scoped to a single workspace. Keys can be created, rotated, and revoked independently, so access for one integration can be cut off without affecting any others.

valorio.ai — Developers — API keys
VALORIO API Keys screen under Developers, showing an empty table with a button to create a key

Webhooks

A webhook lets VALORIO notify an external system the moment something happens — a document uploaded, a question answered, a finding created — instead of that system having to poll the API. A webhook trigger defines what event to watch for and where to send it; webhook history shows every delivery attempt and whether it succeeded.

valorio.ai — Developers — Webhooks
VALORIO Webhook Triggers screen under Developers, ready to configure a trigger's model, method, and target URL