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.

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.

