API Reference
BizBionic exposes customer A2A skills via JSON-RPC.- Wire (production): always
POST https://app.bizbionic.com/rpcwithmethod+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
- Browse skills in the API Reference tab (sidebar by module)
- Errors
- Download OpenAPI
- Samples