Skip to content
NowOpen signup, free tier available

Prompts with a release lifecycle

Publish a version, pin it to an environment, and call a stable endpoint. Changing what your app says stops being a deploy.

  • Immutable version snapshots
  • Preview and production slots
  • REST, SDK, MCP and n8n
  • Org isolation, scoped keys, audit
Version historyrelease-notes
  • v14draft
  • v13published 2d ago
  • v12published 6d agoproduction
preview

v14

tracks the draft

production

v12

pinned

Resolved call
const { renderedContent } =
  await client.prompts.invoke(id, {
    topic: 'release notes',
  });

https://api.promptcache.app