Introduction
Developer
Overview
Section titled “Overview”Prodgy offers two integration paths for developers:
REST API
Section titled “REST API”The traditional way to integrate with Prodgy. Use the REST API to programmatically access resources such as AI agents, knowledge base, integrations, and webhooks from any application.
- REST API — base URL, request format, authentication, and available endpoints
MCP Gateway
Section titled “MCP Gateway”Connect AI coding assistants (Claude Code, Cursor, Windsurf, Claude Desktop) directly to your Prodgy workspace via the MCP protocol. Your AI tool gains access to the knowledge base, agents, and all configured integrations — with tools that are dynamically added as you connect new services.
- MCP Gateway — overview, how it works, and setup instructions
Which one should I use?
Section titled “Which one should I use?”| I want to… | Use |
|---|---|
| Build a custom integration or application | REST API |
| Receive events from external systems | REST API (Webhooks) |
| Connect my IDE’s AI assistant to Prodgy | MCP Gateway |
| Let AI agents interact with my integrations | MCP Gateway |