Your agent depends on prompts that change frequently. The Prompt Library lets you manage them outside your codebase, version each change automatically, and link the exact version that ran to its trace.

You can use the Opik skills to wire your existing agent up to the Prompt Library:
Pass the version parameter to control which version is returned:
version (default) — The most recently created version. Useful when you want the agent to pick up new prompt edits automatically."v3" (or any v<N> name) — A specific version. Useful when you want the prompt to stay fixed regardless of newer edits — for example, when reproducing a past run or comparing versions.For multi-turn agents with system, user, and assistant roles, use create_chat_prompt /
createChatPrompt and the matching get_chat_prompt / getChatPrompt. See
Text and chat prompts for a deeper comparison,
multimodal content, and template engines.