Documentation Index
Fetch the complete documentation index at: https://promptlayer-claude-nice-fermi-nop3f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Common tasks
| Task | Example |
|---|---|
| Set when creating an entity | POST /rest/prompt-templates include external_ids in the payload body. |
| Set on an existing resource | POST /prompt-templates/{prompt_template_id}/external-ids |
| Get an entity by external ID | Add external_source and external_id to supported list endpoints such as GET /prompt-templates, GET /workflows, GET /api/public/v2/datasets, GET /api/public/v2/evaluations, GET /api/public/v2/skill-collections, GET /api/public/v2/tool-registry, or GET /api/public/v2/folders/entities. |
| Get external IDs for an entity | GET /prompt-templates/{prompt_template_id}/external-ids |
| Delete an external ID from an entity | DELETE /prompt-templates/{prompt_template_id}/external-ids/{source}/{external_id} |

