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

# pome endpoints

> List the endpoints a digital twin supports.

`pome endpoints` prints the endpoints a digital twin serves. Read it when you need
to know whether the twin covers a call your agent makes, before a run turns the
gap into a failure.

A twin refuses an unsupported endpoint loudly rather than guessing, and several
declared checks grade exactly that — `github.no-unsupported-endpoint` asserts the
agent never reached for one.

## Usage

```bash theme={"dark"}
pome endpoints <name>
```

## Arguments

| Argument | Required | Description                                                   |
| -------- | -------- | ------------------------------------------------------------- |
| `<name>` | Yes      | Twin name: `github`, `slack`, `stripe`, `gmail`, or `linear`. |

## Examples

```bash theme={"dark"}
pome endpoints github
pome endpoints stripe
```

## See also

* [Digital twin reference](/docs/twins/github) — per-twin coverage, in detail.
* [`pome twin`](./twin) — run one of these locally.
