# BizBionic > AI-native SMS for growth — A2A skills, partner platform, and connect guides. ## Docs - [API model](https://docs.bizbionic.com/api-model.md): One door: JSON-RPC 2.0 A2A skills on POST /rpc. - [API Reference overview](https://docs.bizbionic.com/api-reference.md): Full catalog of customer A2A skills (OpenAPI) — browse the sidebar by module. - [agent.capabilities](https://docs.bizbionic.com/api-reference/agent/agentcapabilities.md): A2A skill `agent.capabilities`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.capabilities` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.capabilities", "param… - [agent.createKey](https://docs.bizbionic.com/api-reference/agent/agentcreatekey.md): A2A skill `agent.createKey`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.createKey` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.createKey", "params": {} }… - [agent.delegateMission](https://docs.bizbionic.com/api-reference/agent/agentdelegatemission.md): A2A skill `agent.delegateMission`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.delegateMission` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.delegateMission",… - [agent.discover](https://docs.bizbionic.com/api-reference/agent/agentdiscover.md): A2A skill `agent.discover`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.discover` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.discover", "params": {} } ```… - [agent.emailExists](https://docs.bizbionic.com/api-reference/agent/agentemailexists.md): A2A skill `agent.emailExists`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.emailExists` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.emailExists", "params":… - [agent.getSettings](https://docs.bizbionic.com/api-reference/agent/agentgetsettings.md): A2A skill `agent.getSettings`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.getSettings` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.getSettings", "params":… - [agent.listKeys](https://docs.bizbionic.com/api-reference/agent/agentlistkeys.md): A2A skill `agent.listKeys`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.listKeys` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.listKeys", "params": {} } ```… - [agent.provision](https://docs.bizbionic.com/api-reference/agent/agentprovision.md): Create a tenant and one-time API key (agent-native signup). **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.provision` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agen… - [agent.recallMission](https://docs.bizbionic.com/api-reference/agent/agentrecallmission.md): A2A skill `agent.recallMission`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.recallMission` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.recallMission", "pa… - [agent.revokeKey](https://docs.bizbionic.com/api-reference/agent/agentrevokekey.md): A2A skill `agent.revokeKey`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.revokeKey` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.revokeKey", "params": {} }… - [agent.signup](https://docs.bizbionic.com/api-reference/agent/agentsignup.md): A2A skill `agent.signup`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.signup` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.signup", "params": {} } ``` **Aut… - [agent.updateSettings](https://docs.bizbionic.com/api-reference/agent/agentupdatesettings.md): A2A skill `agent.updateSettings`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/agent.updateSettings` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "agent.updateSettings",… - [ai.commitArtifact](https://docs.bizbionic.com/api-reference/ai/aicommitartifact.md): A2A skill `ai.commitArtifact`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.commitArtifact` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.commitArtifact", "params":… - [ai.generateCopy](https://docs.bizbionic.com/api-reference/ai/aigeneratecopy.md): A2A skill `ai.generateCopy`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.generateCopy` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.generateCopy", "params": {} }… - [ai.generateVariants](https://docs.bizbionic.com/api-reference/ai/aigeneratevariants.md): A2A skill `ai.generateVariants`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.generateVariants` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.generateVariants", "pa… - [ai.getMemory](https://docs.bizbionic.com/api-reference/ai/aigetmemory.md): A2A skill `ai.getMemory`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.getMemory` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.getMemory", "params": {} } ``` **Aut… - [ai.qualifyLead](https://docs.bizbionic.com/api-reference/ai/aiqualifylead.md): A2A skill `ai.qualifyLead`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.qualifyLead` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.qualifyLead", "params": {} } ```… - [ai.runResearch](https://docs.bizbionic.com/api-reference/ai/airunresearch.md): A2A skill `ai.runResearch`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.runResearch` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.runResearch", "params": {} } ```… - [ai.scoreMessage](https://docs.bizbionic.com/api-reference/ai/aiscoremessage.md): A2A skill `ai.scoreMessage`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.scoreMessage` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.scoreMessage", "params": {} }… - [ai.scoreMessageRisk](https://docs.bizbionic.com/api-reference/ai/aiscoremessagerisk.md): A2A skill `ai.scoreMessageRisk`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.scoreMessageRisk` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.scoreMessageRisk", "pa… - [ai.scorePredictiveAudience](https://docs.bizbionic.com/api-reference/ai/aiscorepredictiveaudience.md): A2A skill `ai.scorePredictiveAudience`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.scorePredictiveAudience` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.scorePredi… - [ai.storeMemory](https://docs.bizbionic.com/api-reference/ai/aistorememory.md): A2A skill `ai.storeMemory`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.storeMemory` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.storeMemory", "params": {} } ```… - [ai.suggestMissionOptimizations](https://docs.bizbionic.com/api-reference/ai/aisuggestmissionoptimizations.md): A2A skill `ai.suggestMissionOptimizations`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/ai.suggestMissionOptimizations` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "ai.su… - [analytics.campaign](https://docs.bizbionic.com/api-reference/analytics/analyticscampaign.md): A2A skill `analytics.campaign`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.campaign` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.campaign", "param… - [analytics.compare](https://docs.bizbionic.com/api-reference/analytics/analyticscompare.md): A2A skill `analytics.compare`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.compare` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.compare", "params":… - [analytics.deliverability](https://docs.bizbionic.com/api-reference/analytics/analyticsdeliverability.md): A2A skill `analytics.deliverability`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.deliverability` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.deliver… - [analytics.destinations](https://docs.bizbionic.com/api-reference/analytics/analyticsdestinations.md): A2A skill `analytics.destinations`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.destinations` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.destination… - [analytics.engagement](https://docs.bizbionic.com/api-reference/analytics/analyticsengagement.md): A2A skill `analytics.engagement`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.engagement` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.engagement",… - [analytics.export](https://docs.bizbionic.com/api-reference/analytics/analyticsexport.md): A2A skill `analytics.export`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.export` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.export", "params": {}… - [analytics.failures](https://docs.bizbionic.com/api-reference/analytics/analyticsfailures.md): A2A skill `analytics.failures`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.failures` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.failures", "param… - [analytics.overview](https://docs.bizbionic.com/api-reference/analytics/analyticsoverview.md): A2A skill `analytics.overview`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.overview` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.overview", "param… - [analytics.query](https://docs.bizbionic.com/api-reference/analytics/analyticsquery.md): A2A skill `analytics.query`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.query` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.query", "params": {} }… - [analytics.revenue](https://docs.bizbionic.com/api-reference/analytics/analyticsrevenue.md): A2A skill `analytics.revenue`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.revenue` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.revenue", "params":… - [analytics.spend](https://docs.bizbionic.com/api-reference/analytics/analyticsspend.md): A2A skill `analytics.spend`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/analytics.spend` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "analytics.spend", "params": {} }… - [automation.analytics](https://docs.bizbionic.com/api-reference/automation/automationanalytics.md): A2A skill `automation.analytics`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/automation.analytics` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "automation.analytics",… - [automation.auditLog](https://docs.bizbionic.com/api-reference/automation/automationauditlog.md): A2A skill `automation.auditLog`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/automation.auditLog` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "automation.auditLog", "pa… - [automation.triggers.create](https://docs.bizbionic.com/api-reference/automation/automationtriggerscreate.md): A2A skill `automation.triggers.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/automation.triggers.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "automation.tr… - [automation.triggers.delete](https://docs.bizbionic.com/api-reference/automation/automationtriggersdelete.md): A2A skill `automation.triggers.delete`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/automation.triggers.delete` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "automation.tr… - [automation.triggers.list](https://docs.bizbionic.com/api-reference/automation/automationtriggerslist.md): A2A skill `automation.triggers.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/automation.triggers.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "automation.trigge… - [automation.triggers.toggle](https://docs.bizbionic.com/api-reference/automation/automationtriggerstoggle.md): A2A skill `automation.triggers.toggle`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/automation.triggers.toggle` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "automation.tr… - [billing.alert_thresholds](https://docs.bizbionic.com/api-reference/billing/billingalert_thresholds.md): A2A skill `billing.alert_thresholds`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.alert_thresholds` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.alert_thr… - [billing.balance](https://docs.bizbionic.com/api-reference/billing/billingbalance.md): Return credit balance for the authenticated tenant. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.balance` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.bala… - [billing.cost](https://docs.bizbionic.com/api-reference/billing/billingcost.md): A2A skill `billing.cost`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.cost` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.cost", "params": {} } ``` **Aut… - [billing.createPortalSession](https://docs.bizbionic.com/api-reference/billing/billingcreateportalsession.md): A2A skill `billing.createPortalSession`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.createPortalSession` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.cre… - [billing.getPlan](https://docs.bizbionic.com/api-reference/billing/billinggetplan.md): A2A skill `billing.getPlan`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.getPlan` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.getPlan", "params": {} }… - [billing.history](https://docs.bizbionic.com/api-reference/billing/billinghistory.md): A2A skill `billing.history`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.history` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.history", "params": {} }… - [billing.plans](https://docs.bizbionic.com/api-reference/billing/billingplans.md): A2A skill `billing.plans`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.plans` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.plans", "params": {} } ``` **… - [billing.portal](https://docs.bizbionic.com/api-reference/billing/billingportal.md): A2A skill `billing.portal`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.portal` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.portal", "params": {} } ```… - [billing.remaining_credits](https://docs.bizbionic.com/api-reference/billing/billingremaining_credits.md): A2A skill `billing.remaining_credits`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.remaining_credits` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.remaini… - [billing.spend_summary](https://docs.bizbionic.com/api-reference/billing/billingspend_summary.md): A2A skill `billing.spend_summary`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.spend_summary` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.spend_summary",… - [billing.syncCheckout](https://docs.bizbionic.com/api-reference/billing/billingsynccheckout.md): A2A skill `billing.syncCheckout`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.syncCheckout` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.syncCheckout",… - [billing.tier](https://docs.bizbionic.com/api-reference/billing/billingtier.md): A2A skill `billing.tier`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.tier` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.tier", "params": {} } ``` **Aut… - [billing.updatePlan](https://docs.bizbionic.com/api-reference/billing/billingupdateplan.md): A2A skill `billing.updatePlan`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.updatePlan` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.updatePlan", "param… - [billing.usage_trend](https://docs.bizbionic.com/api-reference/billing/billingusage_trend.md): A2A skill `billing.usage_trend`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.usage_trend` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.usage_trend", "pa… - [billing.x402_credit](https://docs.bizbionic.com/api-reference/billing/billingx402_credit.md): A2A skill `billing.x402_credit`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/billing.x402_credit` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "billing.x402_credit", "pa… - [campaigns.cancel](https://docs.bizbionic.com/api-reference/campaigns/campaignscancel.md): A2A skill `campaigns.cancel`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/campaigns.cancel` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "campaigns.cancel", "params": {}… - [campaigns.create](https://docs.bizbionic.com/api-reference/campaigns/campaignscreate.md): A2A skill `campaigns.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/campaigns.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "campaigns.create", "params": {}… - [campaigns.get](https://docs.bizbionic.com/api-reference/campaigns/campaignsget.md): A2A skill `campaigns.get`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/campaigns.get` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "campaigns.get", "params": {} } ``` **… - [campaigns.launch](https://docs.bizbionic.com/api-reference/campaigns/campaignslaunch.md): A2A skill `campaigns.launch`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/campaigns.launch` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "campaigns.launch", "params": {}… - [campaigns.list](https://docs.bizbionic.com/api-reference/campaigns/campaignslist.md): A2A skill `campaigns.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/campaigns.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "campaigns.list", "params": {} } ```… - [campaigns.preflight](https://docs.bizbionic.com/api-reference/campaigns/campaignspreflight.md): A2A skill `campaigns.preflight`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/campaigns.preflight` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "campaigns.preflight", "pa… - [campaigns.update](https://docs.bizbionic.com/api-reference/campaigns/campaignsupdate.md): A2A skill `campaigns.update`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/campaigns.update` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "campaigns.update", "params": {}… - [command.execute](https://docs.bizbionic.com/api-reference/command/commandexecute.md): A2A skill `command.execute`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/command.execute` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "command.execute", "params": {} }… - [compliance.auditWebsite](https://docs.bizbionic.com/api-reference/compliance/complianceauditwebsite.md): A2A skill `compliance.auditWebsite`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.auditWebsite` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.auditWeb… - [compliance.awaitApproval](https://docs.bizbionic.com/api-reference/compliance/complianceawaitapproval.md): A2A skill `compliance.awaitApproval`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.awaitApproval` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.awaitA… - [compliance.brands](https://docs.bizbionic.com/api-reference/compliance/compliancebrands.md): A2A skill `compliance.brands`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.brands` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.brands", "params":… - [compliance.checkLitigator](https://docs.bizbionic.com/api-reference/compliance/compliancechecklitigator.md): A2A skill `compliance.checkLitigator`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.checkLitigator` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.chec… - [compliance.consent.bulkUpsert](https://docs.bizbionic.com/api-reference/compliance/complianceconsentbulkupsert.md): A2A skill `compliance.consent.bulkUpsert`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.consent.bulkUpsert` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "complia… - [compliance.delegateWatch](https://docs.bizbionic.com/api-reference/compliance/compliancedelegatewatch.md): A2A skill `compliance.delegateWatch`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.delegateWatch` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.delega… - [compliance.dlcCampaigns](https://docs.bizbionic.com/api-reference/compliance/compliancedlccampaigns.md): A2A skill `compliance.dlcCampaigns`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.dlcCampaigns` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.dlcCampa… - [compliance.export](https://docs.bizbionic.com/api-reference/compliance/complianceexport.md): A2A skill `compliance.export`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.export` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.export", "params":… - [compliance.exportAuditPacket](https://docs.bizbionic.com/api-reference/compliance/complianceexportauditpacket.md): A2A skill `compliance.exportAuditPacket`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.exportAuditPacket` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "complianc… - [compliance.generateConsentCopy](https://docs.bizbionic.com/api-reference/compliance/compliancegenerateconsentcopy.md): A2A skill `compliance.generateConsentCopy`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.generateConsentCopy` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compl… - [compliance.getRegistrationSchema](https://docs.bizbionic.com/api-reference/compliance/compliancegetregistrationschema.md): A2A skill `compliance.getRegistrationSchema`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.getRegistrationSchema` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "c… - [compliance.importLitigatorBlocklist](https://docs.bizbionic.com/api-reference/compliance/complianceimportlitigatorblocklist.md): A2A skill `compliance.importLitigatorBlocklist`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.importLitigatorBlocklist` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "metho… - [compliance.optout.restore](https://docs.bizbionic.com/api-reference/compliance/complianceoptoutrestore.md): A2A skill `compliance.optout.restore`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.optout.restore` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.opto… - [compliance.optouts](https://docs.bizbionic.com/api-reference/compliance/complianceoptouts.md): A2A skill `compliance.optouts`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.optouts` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.optouts", "param… - [compliance.recallWatch](https://docs.bizbionic.com/api-reference/compliance/compliancerecallwatch.md): A2A skill `compliance.recallWatch`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.recallWatch` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.recallWatc… - [compliance.registerBrand](https://docs.bizbionic.com/api-reference/compliance/complianceregisterbrand.md): A2A skill `compliance.registerBrand`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.registerBrand` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.regist… - [compliance.registerCampaign](https://docs.bizbionic.com/api-reference/compliance/complianceregistercampaign.md): A2A skill `compliance.registerCampaign`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.registerCampaign` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.… - [compliance.revoke](https://docs.bizbionic.com/api-reference/compliance/compliancerevoke.md): A2A skill `compliance.revoke`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.revoke` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.revoke", "params":… - [compliance.setupStatus](https://docs.bizbionic.com/api-reference/compliance/compliancesetupstatus.md): Trust Setup / first-send readiness state machine status. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.setupStatus` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "… - [compliance.status](https://docs.bizbionic.com/api-reference/compliance/compliancestatus.md): A2A skill `compliance.status`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.status` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.status", "params":… - [compliance.suggestOptInLanguage](https://docs.bizbionic.com/api-reference/compliance/compliancesuggestoptinlanguage.md): A2A skill `compliance.suggestOptInLanguage`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.suggestOptInLanguage` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "com… - [compliance.syncFromProvider](https://docs.bizbionic.com/api-reference/compliance/compliancesyncfromprovider.md): A2A skill `compliance.syncFromProvider`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.syncFromProvider` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.… - [compliance.updateBrand](https://docs.bizbionic.com/api-reference/compliance/complianceupdatebrand.md): A2A skill `compliance.updateBrand`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.updateBrand` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.updateBran… - [compliance.updateDlcCampaign](https://docs.bizbionic.com/api-reference/compliance/complianceupdatedlccampaign.md): A2A skill `compliance.updateDlcCampaign`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.updateDlcCampaign` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "complianc… - [compliance.verifyOptIn](https://docs.bizbionic.com/api-reference/compliance/complianceverifyoptin.md): A2A skill `compliance.verifyOptIn`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/compliance.verifyOptIn` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "compliance.verifyOptI… - [contacts.assign](https://docs.bizbionic.com/api-reference/contacts/contactsassign.md): A2A skill `contacts.assign`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.assign` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.assign", "params": {} }… - [contacts.bulkTag](https://docs.bizbionic.com/api-reference/contacts/contactsbulktag.md): A2A skill `contacts.bulkTag`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.bulkTag` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.bulkTag", "params": {}… - [contacts.bulkUpdate](https://docs.bizbionic.com/api-reference/contacts/contactsbulkupdate.md): A2A skill `contacts.bulkUpdate`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.bulkUpdate` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.bulkUpdate", "pa… - [contacts.consent](https://docs.bizbionic.com/api-reference/contacts/contactsconsent.md): A2A skill `contacts.consent`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.consent` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.consent", "params": {}… - [contacts.count](https://docs.bizbionic.com/api-reference/contacts/contactscount.md): A2A skill `contacts.count`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.count` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.count", "params": {} } ```… - [contacts.create](https://docs.bizbionic.com/api-reference/contacts/contactscreate.md): A2A skill `contacts.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.create", "params": {} }… - [contacts.dedupe](https://docs.bizbionic.com/api-reference/contacts/contactsdedupe.md): A2A skill `contacts.dedupe`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.dedupe` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.dedupe", "params": {} }… - [contacts.delete](https://docs.bizbionic.com/api-reference/contacts/contactsdelete.md): A2A skill `contacts.delete`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.delete` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.delete", "params": {} }… - [contacts.detail](https://docs.bizbionic.com/api-reference/contacts/contactsdetail.md): A2A skill `contacts.detail`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.detail` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.detail", "params": {} }… - [contacts.get](https://docs.bizbionic.com/api-reference/contacts/contactsget.md): A2A skill `contacts.get`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.get` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.get", "params": {} } ``` **Aut… - [contacts.history](https://docs.bizbionic.com/api-reference/contacts/contactshistory.md): A2A skill `contacts.history`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.history` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.history", "params": {}… - [contacts.import](https://docs.bizbionic.com/api-reference/contacts/contactsimport.md): Bulk import contacts (max 500 per batch) with consent provenance. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.import` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method":… - [contacts.list](https://docs.bizbionic.com/api-reference/contacts/contactslist.md): A2A skill `contacts.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.list", "params": {} } ``` **… - [contacts.merge](https://docs.bizbionic.com/api-reference/contacts/contactsmerge.md): A2A skill `contacts.merge`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.merge` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.merge", "params": {} } ```… - [contacts.noteCreate](https://docs.bizbionic.com/api-reference/contacts/contactsnotecreate.md): A2A skill `contacts.noteCreate`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.noteCreate` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.noteCreate", "pa… - [contacts.notes](https://docs.bizbionic.com/api-reference/contacts/contactsnotes.md): A2A skill `contacts.notes`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.notes` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.notes", "params": {} } ```… - [contacts.optIn](https://docs.bizbionic.com/api-reference/contacts/contactsoptin.md): A2A skill `contacts.optIn`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.optIn` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.optIn", "params": {} } ```… - [contacts.optOut](https://docs.bizbionic.com/api-reference/contacts/contactsoptout.md): A2A skill `contacts.optOut`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.optOut` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.optOut", "params": {} }… - [contacts.search](https://docs.bizbionic.com/api-reference/contacts/contactssearch.md): A2A skill `contacts.search`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.search` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.search", "params": {} }… - [contacts.tags](https://docs.bizbionic.com/api-reference/contacts/contactstags.md): A2A skill `contacts.tags`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.tags` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.tags", "params": {} } ``` **… - [contacts.update](https://docs.bizbionic.com/api-reference/contacts/contactsupdate.md): A2A skill `contacts.update`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.update` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.update", "params": {} }… - [contacts.updateConsent](https://docs.bizbionic.com/api-reference/contacts/contactsupdateconsent.md): A2A skill `contacts.updateConsent`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/contacts.updateConsent` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "contacts.updateConsen… - [dashboard.summary](https://docs.bizbionic.com/api-reference/dashboard/dashboardsummary.md): A2A skill `dashboard.summary`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/dashboard.summary` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "dashboard.summary", "params":… - [hygiene.flagInvalid](https://docs.bizbionic.com/api-reference/hygiene/hygieneflaginvalid.md): A2A skill `hygiene.flagInvalid`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/hygiene.flagInvalid` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "hygiene.flagInvalid", "pa… - [hygiene.markInactive](https://docs.bizbionic.com/api-reference/hygiene/hygienemarkinactive.md): A2A skill `hygiene.markInactive`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/hygiene.markInactive` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "hygiene.markInactive",… - [hygiene.overview](https://docs.bizbionic.com/api-reference/hygiene/hygieneoverview.md): A2A skill `hygiene.overview`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/hygiene.overview` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "hygiene.overview", "params": {}… - [hygiene.staleContacts](https://docs.bizbionic.com/api-reference/hygiene/hygienestalecontacts.md): A2A skill `hygiene.staleContacts`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/hygiene.staleContacts` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "hygiene.staleContacts",… - [inbox.detail](https://docs.bizbionic.com/api-reference/inbox/inboxdetail.md): A2A skill `inbox.detail`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/inbox.detail` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "inbox.detail", "params": {} } ``` **Aut… - [inbox.list](https://docs.bizbionic.com/api-reference/inbox/inboxlist.md): A2A skill `inbox.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/inbox.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "inbox.list", "params": {} } ``` **Auth scop… - [insights.acknowledge](https://docs.bizbionic.com/api-reference/insights/insightsacknowledge.md): A2A skill `insights.acknowledge`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/insights.acknowledge` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "insights.acknowledge",… - [insights.get](https://docs.bizbionic.com/api-reference/insights/insightsget.md): A2A skill `insights.get`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/insights.get` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "insights.get", "params": {} } ``` **Aut… - [insights.list](https://docs.bizbionic.com/api-reference/insights/insightslist.md): A2A skill `insights.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/insights.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "insights.list", "params": {} } ``` **… - [journeys.activate](https://docs.bizbionic.com/api-reference/journeys/journeysactivate.md): A2A skill `journeys.activate`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.activate` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.activate", "params":… - [journeys.analytics](https://docs.bizbionic.com/api-reference/journeys/journeysanalytics.md): A2A skill `journeys.analytics`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.analytics` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.analytics", "param… - [journeys.create](https://docs.bizbionic.com/api-reference/journeys/journeyscreate.md): A2A skill `journeys.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.create", "params": {} }… - [journeys.deactivate](https://docs.bizbionic.com/api-reference/journeys/journeysdeactivate.md): A2A skill `journeys.deactivate`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.deactivate` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.deactivate", "pa… - [journeys.edges.create](https://docs.bizbionic.com/api-reference/journeys/journeysedgescreate.md): A2A skill `journeys.edges.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.edges.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.edges.create",… - [journeys.edges.delete](https://docs.bizbionic.com/api-reference/journeys/journeysedgesdelete.md): A2A skill `journeys.edges.delete`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.edges.delete` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.edges.delete",… - [journeys.edges.list](https://docs.bizbionic.com/api-reference/journeys/journeysedgeslist.md): A2A skill `journeys.edges.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.edges.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.edges.list", "pa… - [journeys.enroll](https://docs.bizbionic.com/api-reference/journeys/journeysenroll.md): A2A skill `journeys.enroll`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.enroll` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.enroll", "params": {} }… - [journeys.enrollments.list](https://docs.bizbionic.com/api-reference/journeys/journeysenrollmentslist.md): A2A skill `journeys.enrollments.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.enrollments.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.enroll… - [journeys.executionLog](https://docs.bizbionic.com/api-reference/journeys/journeysexecutionlog.md): A2A skill `journeys.executionLog`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.executionLog` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.executionLog",… - [journeys.get](https://docs.bizbionic.com/api-reference/journeys/journeysget.md): A2A skill `journeys.get`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.get` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.get", "params": {} } ``` **Aut… - [journeys.list](https://docs.bizbionic.com/api-reference/journeys/journeyslist.md): A2A skill `journeys.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.list", "params": {} } ``` **… - [journeys.nodes.create](https://docs.bizbionic.com/api-reference/journeys/journeysnodescreate.md): A2A skill `journeys.nodes.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.nodes.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.nodes.create",… - [journeys.nodes.delete](https://docs.bizbionic.com/api-reference/journeys/journeysnodesdelete.md): A2A skill `journeys.nodes.delete`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.nodes.delete` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.nodes.delete",… - [journeys.nodes.execute](https://docs.bizbionic.com/api-reference/journeys/journeysnodesexecute.md): A2A skill `journeys.nodes.execute`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.nodes.execute` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.nodes.execut… - [journeys.nodes.list](https://docs.bizbionic.com/api-reference/journeys/journeysnodeslist.md): A2A skill `journeys.nodes.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.nodes.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.nodes.list", "pa… - [journeys.nodes.update](https://docs.bizbionic.com/api-reference/journeys/journeysnodesupdate.md): A2A skill `journeys.nodes.update`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.nodes.update` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.nodes.update",… - [journeys.update](https://docs.bizbionic.com/api-reference/journeys/journeysupdate.md): A2A skill `journeys.update`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/journeys.update` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "journeys.update", "params": {} }… - [lists.addContacts](https://docs.bizbionic.com/api-reference/lists/listsaddcontacts.md): A2A skill `lists.addContacts`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/lists.addContacts` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "lists.addContacts", "params":… - [lists.create](https://docs.bizbionic.com/api-reference/lists/listscreate.md): A2A skill `lists.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/lists.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "lists.create", "params": {} } ``` **Aut… - [lists.delete](https://docs.bizbionic.com/api-reference/lists/listsdelete.md): A2A skill `lists.delete`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/lists.delete` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "lists.delete", "params": {} } ``` **Aut… - [lists.list](https://docs.bizbionic.com/api-reference/lists/listslist.md): A2A skill `lists.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/lists.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "lists.list", "params": {} } ``` **Auth scop… - [lists.members](https://docs.bizbionic.com/api-reference/lists/listsmembers.md): A2A skill `lists.members`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/lists.members` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "lists.members", "params": {} } ``` **… - [lists.removeContact](https://docs.bizbionic.com/api-reference/lists/listsremovecontact.md): A2A skill `lists.removeContact`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/lists.removeContact` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "lists.removeContact", "pa… - [messages.send](https://docs.bizbionic.com/api-reference/messages/messagessend.md): Send a single outbound SMS (1:1). Runs consent, credits, and gateSend. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/messages.send` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "metho… - [partner.complianceSummary](https://docs.bizbionic.com/api-reference/partner/partnercompliancesummary.md): A2A skill `partner.complianceSummary`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.complianceSummary` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.complia… - [partner.configureWebhook](https://docs.bizbionic.com/api-reference/partner/partnerconfigurewebhook.md): Set HTTPS webhook URL + HMAC secret for durable outbox events. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.configureWebhook` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "me… - [partner.eventBridge](https://docs.bizbionic.com/api-reference/partner/partnereventbridge.md): A2A skill `partner.eventBridge`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.eventBridge` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.eventBridge", "pa… - [partner.grantCredits](https://docs.bizbionic.com/api-reference/partner/partnergrantcredits.md): A2A skill `partner.grantCredits`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.grantCredits` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.grantCredits",… - [partner.listCustomers](https://docs.bizbionic.com/api-reference/partner/partnerlistcustomers.md): A2A skill `partner.listCustomers`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.listCustomers` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.listCustomers",… - [partner.onboardCustomer](https://docs.bizbionic.com/api-reference/partner/partneronboardcustomer.md): Idempotent child tenant per external_ref. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.onboardCustomer` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.onboar… - [partner.processOutbox](https://docs.bizbionic.com/api-reference/partner/partnerprocessoutbox.md): Drain partner webhook outbox (retry / DLQ). **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.processOutbox` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.proces… - [partner.register](https://docs.bizbionic.com/api-reference/partner/partnerregister.md): Register a multi-customer partner org (sandbox) and receive partner API key once. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.register` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id… - [partner.replayWebhook](https://docs.bizbionic.com/api-reference/partner/partnerreplaywebhook.md): A2A skill `partner.replayWebhook`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.replayWebhook` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.replayWebhook",… - [partner.rotateChildKey](https://docs.bizbionic.com/api-reference/partner/partnerrotatechildkey.md): A2A skill `partner.rotateChildKey`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.rotateChildKey` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.rotateChildKe… - [partner.send](https://docs.bizbionic.com/api-reference/partner/partnersend.md): Send SMS for an end-customer via external_ref. idempotency_key required. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.send` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "meth… - [partner.setCaps](https://docs.bizbionic.com/api-reference/partner/partnersetcaps.md): A2A skill `partner.setCaps`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.setCaps` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.setCaps", "params": {} }… - [partner.setChildPaused](https://docs.bizbionic.com/api-reference/partner/partnersetchildpaused.md): A2A skill `partner.setChildPaused`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.setChildPaused` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.setChildPause… - [partner.setStatus](https://docs.bizbionic.com/api-reference/partner/partnersetstatus.md): A2A skill `partner.setStatus`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.setStatus` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.setStatus", "params":… - [partner.setupStatus](https://docs.bizbionic.com/api-reference/partner/partnersetupstatus.md): A2A skill `partner.setupStatus`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.setupStatus` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.setupStatus", "pa… - [partner.spendRollup](https://docs.bizbionic.com/api-reference/partner/partnerspendrollup.md): Sum spend across partner children. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.spendRollup` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.spendRollup", "… - [partner.suspend](https://docs.bizbionic.com/api-reference/partner/partnersuspend.md): A2A skill `partner.suspend`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/partner.suspend` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "partner.suspend", "params": {} }… - [segments.count](https://docs.bizbionic.com/api-reference/segments/segmentscount.md): A2A skill `segments.count`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/segments.count` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "segments.count", "params": {} } ```… - [segments.create](https://docs.bizbionic.com/api-reference/segments/segmentscreate.md): A2A skill `segments.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/segments.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "segments.create", "params": {} }… - [segments.delete](https://docs.bizbionic.com/api-reference/segments/segmentsdelete.md): A2A skill `segments.delete`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/segments.delete` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "segments.delete", "params": {} }… - [segments.list](https://docs.bizbionic.com/api-reference/segments/segmentslist.md): A2A skill `segments.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/segments.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "segments.list", "params": {} } ``` **… - [sources.connect](https://docs.bizbionic.com/api-reference/sources/sourcesconnect.md): Register a data source connection (salesforce, zoho, generic, webhook, csv). **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/sources.connect` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1,… - [sources.import](https://docs.bizbionic.com/api-reference/sources/sourcesimport.md): Import contacts tagged with a source id (wraps contacts.import). **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/sources.import` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "… - [sources.list](https://docs.bizbionic.com/api-reference/sources/sourceslist.md): A2A skill `sources.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/sources.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "sources.list", "params": {} } ``` **Aut… - [sources.status](https://docs.bizbionic.com/api-reference/sources/sourcesstatus.md): A2A skill `sources.status`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/sources.status` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "sources.status", "params": {} } ```… - [sources.sync](https://docs.bizbionic.com/api-reference/sources/sourcessync.md): Sync audience from a source; pass contacts for generic push import. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/sources.sync` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method":… - [tags.assign](https://docs.bizbionic.com/api-reference/tags/tagsassign.md): A2A skill `tags.assign`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/tags.assign` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "tags.assign", "params": {} } ``` **Auth s… - [tags.create](https://docs.bizbionic.com/api-reference/tags/tagscreate.md): A2A skill `tags.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/tags.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "tags.create", "params": {} } ``` **Auth s… - [tags.delete](https://docs.bizbionic.com/api-reference/tags/tagsdelete.md): A2A skill `tags.delete`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/tags.delete` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "tags.delete", "params": {} } ``` **Auth s… - [tags.list](https://docs.bizbionic.com/api-reference/tags/tagslist.md): A2A skill `tags.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/tags.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "tags.list", "params": {} } ``` **Auth scope:*… - [tags.remove](https://docs.bizbionic.com/api-reference/tags/tagsremove.md): A2A skill `tags.remove`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/tags.remove` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "tags.remove", "params": {} } ``` **Auth s… - [tags.update](https://docs.bizbionic.com/api-reference/tags/tagsupdate.md): A2A skill `tags.update`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/tags.update` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "tags.update", "params": {} } ``` **Auth s… - [templates.categories.create](https://docs.bizbionic.com/api-reference/templates/templatescategoriescreate.md): A2A skill `templates.categories.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.categories.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.c… - [templates.categories.list](https://docs.bizbionic.com/api-reference/templates/templatescategorieslist.md): A2A skill `templates.categories.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.categories.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.categ… - [templates.categories.update](https://docs.bizbionic.com/api-reference/templates/templatescategoriesupdate.md): A2A skill `templates.categories.update`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.categories.update` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.c… - [templates.create](https://docs.bizbionic.com/api-reference/templates/templatescreate.md): A2A skill `templates.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.create", "params": {}… - [templates.delete](https://docs.bizbionic.com/api-reference/templates/templatesdelete.md): A2A skill `templates.delete`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.delete` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.delete", "params": {}… - [templates.get](https://docs.bizbionic.com/api-reference/templates/templatesget.md): A2A skill `templates.get`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.get` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.get", "params": {} } ``` **… - [templates.history](https://docs.bizbionic.com/api-reference/templates/templateshistory.md): A2A skill `templates.history`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.history` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.history", "params":… - [templates.list](https://docs.bizbionic.com/api-reference/templates/templateslist.md): A2A skill `templates.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.list", "params": {} } ```… - [templates.update](https://docs.bizbionic.com/api-reference/templates/templatesupdate.md): A2A skill `templates.update`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.update` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.update", "params": {}… - [templates.variants.create](https://docs.bizbionic.com/api-reference/templates/templatesvariantscreate.md): A2A skill `templates.variants.create`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.variants.create` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.varia… - [templates.variants.list](https://docs.bizbionic.com/api-reference/templates/templatesvariantslist.md): A2A skill `templates.variants.list`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.variants.list` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.variants.… - [templates.variants.update](https://docs.bizbionic.com/api-reference/templates/templatesvariantsupdate.md): A2A skill `templates.variants.update`. **Wire format (production):** Always call `POST /rpc` with a JSON-RPC 2.0 body. The path `/a2a/templates.variants.update` is **documentation-only** so each skill appears in the API Reference. ```json { "jsonrpc": "2.0", "id": 1, "method": "templates.varia… - [Authentication](https://docs.bizbionic.com/authentication.md): API keys, Bearer auth, and first-time provision. - [Changelog](https://docs.bizbionic.com/changelog.md): Public docs and API catalog updates. - [Consent & import](https://docs.bizbionic.com/compliance/consent.md): Consent provenance required for compliant sends. - [Trust Setup](https://docs.bizbionic.com/compliance/trust-setup.md): First-send readiness: profile → sender → brand → number → credits. - [A2A RPC](https://docs.bizbionic.com/connect/a2a-rpc.md): Agent Card, provision, and first skill call. - [Enterprise sources](https://docs.bizbionic.com/connect/enterprise-sources.md): Provision a tenant and connect CRM / list data (sources.*). - [Operator Studio & faces](https://docs.bizbionic.com/connect/operator-studio.md): Human product faces — Studio, Control Plane, Agent Gateway. - [Connect overview](https://docs.bizbionic.com/connect/overview.md): Pick the right way to connect your systems to BizBionic. - [Partner platform](https://docs.bizbionic.com/connect/partner-platform.md): Multi-customer ISV path: partner.register, onboard, send, webhooks. - [REST policy](https://docs.bizbionic.com/connect/rest.md): Prefer A2A. REST is not the public product surface for new features. - [TypeScript SDK](https://docs.bizbionic.com/connect/sdk.md): @bizbionic/sdk thin A2A client. - [Webhooks](https://docs.bizbionic.com/connect/webhooks.md): Partner outbound HMAC webhooks (BizBionic → your systems). - [Errors](https://docs.bizbionic.com/errors.md): JSON-RPC and BizBionic application error codes with fix-its. - [Try it](https://docs.bizbionic.com/guides/try-it.md): Sandbox path for first successful A2A call. - [BizBionic Docs](https://docs.bizbionic.com/index.md): Connect your systems to AI-native SMS — partners, enterprises, agents, and Studio. - [Download OpenAPI](https://docs.bizbionic.com/openapi/download.md): Machine-readable A2A skill catalog for customers and partners. - [Status & health](https://docs.bizbionic.com/operations/status.md): Service health endpoints. - [Samples](https://docs.bizbionic.com/samples.md): Postman, curl, TypeScript, Python. ## OpenAPI Specs - [a2a](https://docs.bizbionic.com/openapi/a2a.json)