Documentation Index
Fetch the complete documentation index at: https://orbit-docs.devotel.io/llms.txt
Use this file to discover all available pages before exploring further.
Agent Marketplace API
A curated catalog of pre-built AI agents — customer support, lead qualification, appointment booking, FAQ, etc. Install one to your org with a single call; configure prompts and tools afterwards. Base path:/v1/marketplace
Authentication: API key (X-API-Key) or session JWT.
| Method | Path | Purpose |
|---|---|---|
GET | /v1/marketplace/ | Browse available agents |
GET | /v1/marketplace/{id} | Get a marketplace listing |
POST | /v1/marketplace/{id}/install | Install into your org |
Admin (publish)
These require themarketplace_admin role. Used by the platform team to publish new listings.
| Method | Path | Purpose |
|---|---|---|
POST | /v1/marketplace/ | Publish a listing |
PUT | /v1/marketplace/{id} | Update a listing |
DELETE | /v1/marketplace/{id} | Unpublish |