
Omni discovery
Omni discovery lets Omni route matching requests to the right agent. Users do not need to remember the exact agent name. If the request matches the agent’s purpose and skills, Omni can surface the right agent.Example: “Send me today’s market digest” can be routed to a Stock & IPO Monitor agent when discovery is enabled.
Developer access
Developer access lets systems send tasks to the agent through Webhook, REST, or SDK. Use it when the agent should be part of an application, backend service, scheduled job, or automation workflow.Webhook
Use webhooks for event-driven workflows. Examples include form submissions, alerts, data updates, or activity from another platform.For webhook setup details, refer to Webhooks under Deployment Channels in Platform Guides.
REST and SDK
Use REST when another system should create tasks through standard API calls. Use the SDK when developers want a deeper integration for creating tasks, passing context, and handling agent outputs.For endpoints, parameters, and code examples, refer to the API Reference tab.

