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
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
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
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