Skip to main content

API Reference

BizBionic exposes customer A2A skills via JSON-RPC.
  • Wire (production): always POST https://app.bizbionic.com/rpc with method + params
  • Sidebar: open the API Reference tab — skills are grouped by module (partner, campaigns, billing, …)
  • Catalog file: Download OpenAPI
Paths like /a2a/partner/send in the OpenAPI catalog are documentation-only so each skill can have its own page. They are not REST routes. Copy the JSON-RPC example into POST /rpc.

Highlights

Next steps