> ## 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.

# Trust Setup

> First-send readiness: profile → sender → brand → number → credits.

# Trust Setup (first-send readiness)

Before production SMS, complete the activation spine (same for UI and A2A):

```text theme={null}
profile → vertical → sender_path → website_opt_in → brand → program
       → number → credits → first_audience → first_send_ready
```

## Agents

```bash theme={null}
curl -s -X POST https://app.bizbionic.com/rpc \
  -H "Authorization: Bearer $BB_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"compliance.setupStatus","params":{}}'
```

## Humans

In-app **Trust Setup** under Account. Studio **Now** surfaces blockers from the same state machine.

## Notes

* 10DLC / toll-free paths may take 1–3 days external approval (`pending_external`)
* Do not document carrier brand names in partner integrations

## Next steps

* [Consent](/compliance/consent)
* [Try it](/guides/try-it)
