---
title: "List supported domains"
method: GET
path: "/domains"
tags: ["catalog"]
---

# List supported domains

`GET /domains`

## Response `200`

Supported AgentRouter domains

- DomainCatalogEntry[]
  - `domainKey` string, required
  - `label` string, required
  - `description` string, required
  - `status` 'live' | 'pending', required
  - `capabilitiesPath` string, required
  - `routesPath` string, required
  - `routeEndpoint` string, nullable, required
  - `supportsIntentRouting` boolean, required
  - `liveCapabilityCount` integer, required
  - `totalCapabilityCount` integer, required
  - `startingPriceCredits` integer

---

[API](https://skmtc.dev/agentrouter/apis/agentrouter-api.md) · [All operations](https://skmtc.dev/agentrouter/apis/agentrouter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentrouter/agentrouter-api/revisions/7ee5c80ca6da/schema)
