Public documentation
Guides and APIs of the CodeflowX platform to build AI‑First solutions in a governed and measurable way.
This documentation evolves with the product.
Check the roadmap to see upcoming changes.
Introduction
- Platform overview
- Main components and workflow
- Deployment models (self‑hosted / cloud)
Tip: start with an 80/20 pilot to validate value.
Getting started
- Create your space and set up credentials
- Connect your data sources (RAG)
- Deploy a basic agent/copilot
- Enable metrics and evaluation
API Core
REST API for agents, RAG and evaluation orchestration
- POST /agents: create/update agents
- POST /rag/index: index documents
- POST /eval/run: run tests
All APIs require token authentication.
Authentication
- Header Authorization: Bearer <TOKEN>
- Environment tokens (dev, prod)
- Role-based permissions (admin/ops/reader)
SDKs
- JavaScript/TypeScript
- Python
- Integration examples with Next.js
Examples
- Support copilot with RAG
- Prompt and regression evaluation
- BPMN agent with human tasks
Compatibility
- OpenAI, Anthropic, Cohere, Mistral
- Ollama, vLLM, SGLang (self‑hosted)
- Vector DB: Qdrant, Milvus, PGVector
Modules
- Platform → Overview — See platform
- RAG → Indexing and query — RAG Guide
- Agents → Orchestration and flows — Agents
- Governance → Metrics and evaluation — Governance
Changelog
- 2025‑09: standalone mode and optimized build
- 2025‑08: new evaluation APIs
Support
- Enterprise support and SLAs
- Community and FAQs