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

# Get embed origins

> The origins currently allowed to frame the wallet embed.

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

<ResponseExample>
  ```json 200 theme={null}
  { "object": "embed_origins", "origins": ["https://app.example.com", "http://localhost:3000"] }
  ```
</ResponseExample>
