Run an agent
Start a text or file-based agent run in a few commands.
Explore the API
Review every public
/api/v1 operation and its schemas.Use the CLI
Authenticate interactively or run Fluent in CI.
Receive webhooks
React to document, approval, and run lifecycle events.
How the pieces fit together
The HTTP API is the source of truth. The CLI uses the same/api/v1/agents, /api/v1/runs, and /api/v1/documents resources documented here.
- List the agents your credential can access.
- Request presigned upload URLs and upload any input files.
- Start a run with files, a message, or both.
- Poll the run until it reaches a terminal status, or subscribe to webhooks.
- Fetch and process the documents created by the run.
The production API origin is
https://www.fluenterp.com. API paths begin with /api/v1; there is no separate api. hostname.