📄️ Introduction
The Flux0 API enables developers to create, manage and deploy AI agents, interact with them via sessions, and handle event streaming using JSONPatch (RFC 6902). It is designed to support multi-agent workflows, facilitate LLM-agnostic integrations, and provide structured interactions with AI-powered assistants. The API is ideal for orchestrating intelligent assistants, tracking interactions, and ensuring dynamic and responsive AI applications.
📄️ Create Agent
Creates a new agent with the specified parameters.
📄️ Create Event and Stream
Creates a new user event in the specified session and streams upcoming events.
📄️ Create Session
Create a new session between a user and an agent.
📄️ List Agents
Retrieves a list of all agents in the system.
📄️ List Events
List events for a session with optional filtering
📄️ List Sessions
Retrieve all sessions that match the given filters.
📄️ Retrieve Agent
Retrieves details of a specific agent by ID.
📄️ Retrieve Session
Retrieve details of a session by its unique identifier