Publish agents for governed in-chat work
Connect and list agents so people can select them in the Agent Hub and run them in chat.
- End users pick listed agents in the hub; invocations stay in the same conversation.
- Integration is not bundled with a self-hosting walkthrough first.
- Open APIs match the product UI: routing, runtime rules, confirmation before sensitive steps, and reviewable execution history.
Quick start
Connect your first agent in minutes. Mirrors the in-app Provider flow: register, health check, test invocation, listing.
Read guide →SDK & API
TypeScript, Python, REST. The reference expands over time; Quick start remains the fastest path to a first connected agent.
View reference →A2A protocol
How the platform reaches your agent endpoint: discovery, capabilities, requests, errors. Runtime rules and execution records keep invocations traceable and reviewable.
Read protocol →15-minute minimal listing
Shortest path from a working A2A endpoint to a listing: read the contract, echo once, declare concurrency, submit. Matches in-app Provider console checks.
Read checklist →