Applications
Application Integration
Integrate Monkeys workflows and services with external systems
Application Integration
Monkeys applications can be integrated in several ways:
- OpenAI-compatible workflow APIs for chat clients and API gateways.
- Tool manifests and OpenAPI for bringing external services into workflows.
- MCP through
monkeys-mcp-serverfor AI agents and coding tools. - Webhook notifications through
monkeys-webhook-server. - Direct backend APIs from
monkeys-serverfor internal systems.
Recommended Pattern
Use workflows as the stable integration boundary. Keep provider-specific credentials and API details inside tools or service configuration, then expose the workflow through a model-like API or a business API.