OpenAI Assistants API
OpenAI's managed agent runtime with AGNT as a function-calling target.
Official siteOverview
The OpenAI Assistants API provides a managed runtime for building agents with persistent threads, file search, and function calling. AGNT's REST API can serve as the backend for function calls, giving OpenAI Assistants access to real venue data and booking capabilities.
Developers building GPT-powered assistants can register AGNT's API endpoints as function definitions, enabling their assistants to search Bali venues, check availability, and create bookings through natural conversation.
How it works
OpenAI Assistants call AGNT's REST API endpoints as registered functions, accessing venue search and booking without custom infrastructure.