📄️ Overview
The Core Idea: Apps as MCP Wrappers
📄️ Apps & Channels
Apps are bidirectional connections to external platforms. They handle both receiving messages from a platform and delivering agent output back to it.
📄️ Webhooks
Webhooks let external systems send events to ORQO over HTTP. Any system that can make an HTTP POST request can integrate with ORQO via webhooks.
📄️ API
ORQO provides an API for programmatic access. Use it to trigger workflows, receive callbacks, and integrate ORQO into your automation pipelines.