On this page

For AI agents: a documentation index is available at /docs/llms.txt. Append .md to any page URL for markdown, or send Accept: text/markdown.

amp destination-types

amp destination-types lists destination partner types and returns one partner's schema. This read-only command family requires the destinations:read scope. Use it before amp destinations create so you know which partner values and config fields the API accepts.

amp destination-types list

bash
amp destination-types list
amp destination-types list --limit 20

In an interactive terminal, amp destination-types list prints a human-friendly table. Pipe the output to a file or another command, or pass --json, to get raw API JSON instead.

amp destination-types get

bash
amp destination-types get --partner <partner>

Pass the partner identifier from list. The response includes the partner's capabilities and config schema.

Configuration documents --json and pagination flags such as --cursor and --limit.

Was this helpful?