Introduction

AI Hub provides a unified entry point to list AI resources in your organization, including assistants and flows built with Process Flow.

Assistant management and conversation endpoints are documented in the Assistant section. Flow endpoints are documented here.

Base URL (AI Hub)

All AI Hub endpoints are available under:

/api/ai-hub

Base URL (Process Flow)

Process Flow endpoints use:

/api/agent-react-flow

Get AI Hub Items

Returns a combined list of assistants and agents (or a filtered subset).

Endpoint

GET /api/ai-hub

Query Parameters

ParameterTypeRequiredDescription
organization_iduuidYesOrganization identifier
user_iduuidYesUser identifier
pagenumberNoPage number (default: 1)
items_per_pagenumberNoItems per page (default: 10)
searchstringNoSearch term
typestringNoall, agents, or assistants
created_by_usersuuidNoFilter by creator user IDs
is_workingbooleanNoFilter by running/working status
is_sharedbooleanNoFilter by shared items

Example Request

GET /api/ai-hub?organization_id=550e8400-e29b-41d4-a716-446655440000&user_id=660e8400-e29b-41d4-a716-446655440000&type=all&page=1&items_per_page=10