Production
Nothing deployed yet
Nothing deployed yet
Nothing promoted yet
# Create a Quiver API key in Settings > API Keys # Make sure the key env var is set: # import os; os.environ["QUIVER_API_KEY"] = "<key>" from quiver import Client client = Client() prompt = client.pull_prompt( "ux_reviewer:9f2ab41c", include_model=True, secrets={"PROVIDER_API_KEY": "<your-provider-key>"} )
For more examples on using prompts in code, see Managing prompts programmatically.
Nice catch on the rubric wording — the scores line up with the manual pass now.