Update
button on the top right to save the latest version of the prompt on Portkey.
Publish prompt changes
which will also update your prompt deployment to the latest version.
Version History
button on the playground:
Restore
or Publish
any of the previous versions by clicking on the ellipsis menu.
PROMPT_ID
in prompts.completions.create
method, Portkey sends the request to the Published
version of your prompt.
You can also call any specific prompt version by appending version identifiers to your PROMPT_ID
.
@latest
refers to the most recent version, regardless of publication statusPublished
versionplatform-team
, gpt-model-prompt
to any prompt version to track changes and call them directly:
production
, staging
, development
which cannot be removed.development
for experimental versionsstaging
for versions ready for testingproduction
for versions ready for real users