> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bizbionic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BizBionic Docs

> Connect your systems to AI-native SMS — partners, enterprises, agents, and Studio.

# BizBionic for integrators

**One platform.** Skills, credits, consent gates, and Trust Setup are the same whether you use the UI or call the API.

The machine API is **A2A**: named skills over a single door.

```bash theme={null}
POST https://app.bizbionic.com/rpc
Authorization: Bearer bb_…
```

## Choose your path

| You are…                             | Start here                                          |
| ------------------------------------ | --------------------------------------------------- |
| Multi-customer SaaS / POS / agency   | [Partner platform](/connect/partner-platform)       |
| One company + CRM or your own agents | [Enterprise sources](/connect/enterprise-sources)   |
| Backend or AI agent                  | [A2A RPC](/connect/a2a-rpc)                         |
| TypeScript application               | [SDK](/connect/sdk)                                 |
| Need delivery / opt-out callbacks    | [Webhooks](/connect/webhooks)                       |
| Human using the product UI           | [Operator Studio & faces](/connect/operator-studio) |
| Exploring REST                       | [REST policy](/connect/rest) — prefer A2A           |

## Essentials

* [Authentication](/authentication) — keys, Bearer, scopes
* [API model](/api-model) — JSON-RPC one door
* [Errors](/errors) — codes and fix-its
* [Try it](/guides/try-it) — sandbox path
* [Trust Setup](/compliance/trust-setup) — first-send readiness
* [API Reference](/api-reference) — full A2A skill catalog (\~198 skills; use the **API Reference** top tab)
* [Status](/operations/status) — health

```bash theme={null}
curl -s https://app.bizbionic.com/.well-known/agent.json | head
```

## Next steps

1. Get a key ([Authentication](/authentication) or `agent.provision`)
2. Call one skill successfully
3. Complete [Trust Setup](/compliance/trust-setup) before production sends
