API Overview
The Veoveo API lets clients work with workspaces, artifacts, blobs, links, events, search, bots, tools, billing, channels, and operations.
How To Use This Page
- Start with workspace routes because most resources are scoped to a workspace.
- Use session auth for browser flows and token-based auth for integrations where supported.
- Follow links from group pages into the OpenAPI reference for exact request and response shapes.
Developer Checklist
- Confirm the workspace, artifact, bot, server, or operation reference comes from a prior response or visible product route.
- Check authentication and role requirements before sending a request.
- Use response data to drive the next call instead of reconstructing identifiers from display text.
- Preserve visible error details when debugging.
Media To Add
- Diagram: client to Veoveo API to workspace graph objects. It helps developers understand the API boundary. Source: public route groups and artifact model.