Skip to main content

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.
MethodPathPurpose
GET/v1/marketplace/Browse available agents
GET/v1/marketplace/{id}Get a marketplace listing
POST/v1/marketplace/{id}/installInstall into your org

Admin (publish)

These require the marketplace_admin role. Used by the platform team to publish new listings.
MethodPathPurpose
POST/v1/marketplace/Publish a listing
PUT/v1/marketplace/{id}Update a listing
DELETE/v1/marketplace/{id}Unpublish

See also