Documentation Index
Fetch the complete documentation index at: https://docs.promptlayer.com/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 | GET /prompt-templates?external_source=...&external_id=... (prompt templates only) |
| 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} |

