API Reference Overview
Fluxlix exposes a REST API that allows you to interact with your projects, work items, workflows, and more from external tools and scripts.
Status
Full API reference documentation is currently in progress. A complete, versioned reference covering all available endpoints, request/response schemas, and example payloads will be published here.
What the API covers
The Fluxlix API provides programmatic access to:
- Organizations, projects, and members
- Work items — create, update, list, and query
- Workflows — trigger runs and retrieve run status
- Conversations and messages
- Repositories and connected integrations
API tokens
Authentication is handled via API tokens. Token management will be covered in the Authentication reference once it is published.
Next steps
- Authentication — How to authenticate API requests
- Self-Hosting — Run Fluxlix on your own infrastructure