Skip to main content

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.

{
  "source": "acme_cms",
  "external_id": "prompt_template_123"
}

Common tasks

TaskExample
Set when creating an entityPOST /rest/prompt-templates include external_ids in the payload body.
Set on an existing resourcePOST /prompt-templates/{prompt_template_id}/external-ids
Get an entity by external IDGET /prompt-templates?external_source=...&external_id=... (prompt templates only)
Get external IDs for an entityGET /prompt-templates/{prompt_template_id}/external-ids
Delete an external ID from an entityDELETE /prompt-templates/{prompt_template_id}/external-ids/{source}/{external_id}

Supported resources