Integration types
| Type | Use |
|---|---|
| Runtime API | Call an agent from an application, script or service |
| Communication channel | Connect Slack or Microsoft Teams to an agent |
| Provider credential | Allow the hosted worker or sandbox to call a model or external service |
| Observability export | Send runtime traces to an OTLP HTTP receiver |
| Deployment automation | Deploy agent source from CI |
Common request flow
Integration ownership
Before setup, decide:- which workspace owns the integration;
- which agent deployment receives work;
- who owns the external application or bot;
- where credentials are stored;
- whether credentials belong in the worker runtime or sandbox;
- which external hosts are required;
- how credentials are rotated and revoked;
- which run evidence proves the integration is healthy.
Standard verification
Every integration should prove:- External authentication succeeds.
- The intended workspace and agent are resolved.
- A run and response are created.
- Provider or extension execution completes.
- The response returns to the external system.
- Activity and Diagnostics contain the expected sanitized lifecycle evidence.