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

# Start the Blooio connection

> Mint the Blooio consent URL to send your operator to.

The URL carries a signed state bound to your organization. Open it in a browser as the Blooio account owner and approve. Blooio redirects to Agentcard, which completes the exchange and shows a "Blooio connected" page.

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST https://api.agentcard.sh/api/v2/blooio/oauth/start \
    -H "Authorization: Bearer $ORG_TOKEN"
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  { "object": "blooio_oauth_start", "authorize_url": "https://app.blooio.com/oauth/authorize?client_id=bloapp_…&redirect_uri=…&response_type=code&state=…" }
  ```
</ResponseExample>

**Errors.** `503 blooio_not_configured` when the integration is unavailable.
