LeenOpsDocs
BYO AI

Bring Your Own Agents

Connect external agents to LeenOps.

BYO agents are external workers that receive tasks, context, or events from LeenOps and return structured results.

Common patterns

  • A private worker claims jobs from LeenOps and writes results back.
  • LeenOps sends an event to an external webhook.
  • A developer runtime receives repo tasks and pushes to a development branch.
  • A vertical product frontend calls the LeenOps chatbot backend through scoped keys.

Contract

Every external agent should have:

  • A stable agent id.
  • Input schema.
  • Output schema.
  • Authentication method.
  • Timeout and retry behavior.
  • Human-readable report format.