Skip to main content

Creating Secrets

1

Navigate to the secrets page on your dashboard

new.png
2

Create a new secret

test.pngAll secrets created here will be injected as environment variables for your Evaluator to access.
3

Update the Evaluator to access the new secret

llm-judge-w-secret-example.pngSee LLM as a judge section for full code example
And that’s it! If you want to learn more about creating evaluators, see:
  1. Learn about Evaluation Workflows for testing and deploying your functions
  2. Explore Advanced Reward Functions to see these types in action
  3. Check the API Reference for complete details on all data types
I