Marketplace
The Business Revolution Marketplace allows organizations to discover, install, and manage third-party AI agents that extend the Pantheon's capabilities.
Features
- Agent Listings: Browse and search available agents
- One-click Install: Install agents with automatic delegation setup
- Reviews & Ratings: Community feedback on agent quality
- Pricing Tiers: Free, subscription, and usage-based pricing
- Version Management: Automatic updates with rollback support
API Endpoints
Browse Listings
GET /api/v1/agent/founder/marketplace/listings
Get Listing Details
GET /api/v1/agent/founder/marketplace/listings/{id}
Install Agent
POST /api/v1/agent/founder/marketplace/install
List Installed
GET /api/v1/agent/founder/marketplace/installed
Uninstall Agent
DELETE /api/v1/agent/founder/marketplace/installed/{id}
Submit Review
POST /api/v1/agent/founder/marketplace/listings/{id}/reviews
Spanner Tables
| Table | Purpose |
|---|---|
marketplace_listings | Agent listings with metadata |
marketplace_installs | Installed agents per tenant |
marketplace_reviews | User reviews and ratings |