Skip to main content
The Agent Studio API lets you programmatically interact with AI agents built in the HoopAI Agent Studio. Use it to list available agents, retrieve agent details, and execute agents to get AI-powered responses — all through a simple REST interface.

Base URL

Authentication

All endpoints require a Bearer token and an API version header.
See OAuth 2.0 to obtain an access token.

OAuth scopes

Quick start

Execute an agent and get a response:
The response includes an executionId that you can pass in follow-up requests to maintain conversation context.

Endpoints

Last modified on March 7, 2026