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

# Storefront tasks

> Core storefront operations — check readiness, resolve brands, and discover authorized agents.

These are the core storefront operations every operator uses while setting up
and running their storefront. All requests use the storefront base URL with a
bearer token:

```
https://api.interchange.io/api/v2/storefront
```

| Task                                                    | Method | Path               | Purpose                                                        |
| ------------------------------------------------------- | ------ | ------------------ | -------------------------------------------------------------- |
| [Discover agents](/v2/storefront/tasks/discover-agents) | `GET`  | `/discover-agents` | Find the operator and publisher agents authorized for a domain |
| [Get readiness](/v2/storefront/tasks/get-readiness)     | `GET`  | `/readiness`       | Check whether your storefront is ready to go live              |
| [Resolve brand](/v2/storefront/tasks/resolve-brand)     | `POST` | `/resolve-brand`   | Look up a brand profile on the AAO registry by domain          |

## Related

<CardGroup cols={2}>
  <Card title="Storefront overview" href="/v2/storefront/overview" icon="store">
    What a storefront is and how its pieces fit together.
  </Card>

  <Card title="Buyer instructions" href="/v2/storefront/buyer-instructions/overview" icon="user-gear">
    Per-buyer discounts, notes, and country scoping.
  </Card>

  <Card title="Intelligence runs" href="/v2/storefront/intelligence-runs/overview" icon="microscope">
    Inspect how the Merchandising Agent answered each buyer request.
  </Card>

  <Card title="Seller analytics" href="/v2/storefront/analytics" icon="chart-line">
    Win rate, buyer asks, and negotiation posture.
  </Card>
</CardGroup>
