P
Peekr Cloud
DemoAcme Agents

Prompts

Prompt management

Version-controlled prompts fetched by the SDK at runtime. Update from here — no code deploy needed.

Demo

SDK usage

Fetch the active version at runtime — updates when you deploy from here.

import peekr

# Fetch active version — updates when you deploy from dashboard
prompt = peekr.prompts.get(
    name="rag_answer",
    api_key="pk_live_…",
)

# Render with runtime variables
system = prompt.render(tone="professional", language="en")

3 prompts

Sign in to create and deploy your own

rag_answerv4 active6 versionsclaude-sonnet-4-6

Grounded answer generation over retrieved context

You are a support engineer for {{product}}. Answer ONLY from the provided context. If the context does not contain the answer, say so — never guess. Cite the document title for every claim…

updated 2d ago

router_triagev2 active2 versionsclaude-haiku-4-5

Classifies inbound requests into queue + priority

Classify the message into exactly one queue: billing | technical | sales | spam. Return JSON {queue, priority, reason}. Priority is urgent only when the user reports being blocked…

updated 1w ago

summarizerv7 active11 versionsgpt-4o

Long-document executive summary with figure extraction

Summarize the attached report for a CFO. Lead with revenue, margin, and guidance deltas. Pull exact figures — never round. Flag any restated numbers from prior quarters…

updated 3w ago