1. Set Up Your Environment
First, configure your AI model providers:Go to `Settings` → `Models`.
Configure model provider
Add New and fill in the required details.2. Create Your First Prompt or HTTP Endpoint
Create prompts to experiment and evaluate a call to a model with attached context or tools. Use endpoints to easily test your complex AI agents using the HTTP endpoint for your application without any integration.Prompt
Create prompt
Prompts tab under the Evaluate section and click on Single prompts. Click Create prompt or Try sample to get started.Write your first prompt
Configure model and parameters.
Iterate
Run to test your prompt and see the AI’s response. Iterate on your prompt based on the results.Save prompt and publish a version.
Save to create a new version of your prompt.HTTP Endpoint
Create endpoint
HTTP Endpoints option under the tab Agents located in the Evaluate section. Click Create Endpoint or Try sample.Configure agent endpoint
URL field. Configure any necessary headers or parameters. You can use dynamic variables like {input} to reference static context easily in any part of your endpoint using {}Test your agent
Run to test your endpoint in the playground.Configure endpoint for testing
Output Mapping section, select the part of the response you want to evaluate (e.g., data.response). Click Save to create your endpoint.3. Prepare Your Dataset
Organize and manage the data you’ll use for testing and evaluation:Create dataset
Library section. Click Create New or Upload CSV or Generate synthetic Data to get started.Edit dataset
Save
Save to create your dataset.5. Add Evaluators
Set up evaluators to assess your prompt or endpoint’s performance:Add evaluators from store
Evaluators tab under the Library section. Click Add Evaluator to browse available evaluators.Configure added evaluators
Save to add the evaluator to your workspace.6. Run Your First Test
Execute a test run to evaluate your prompt or endpoint:Select endpoint/prompt to test
Test in the top right corner.Configure test run
Trigger
Trigger Test Run to start the evaluation process.7. Analyze Test Results
Review and analyze the results of your test run:View report
Runs tab in the left navigation menu. Find your recent test run and click on it to view details.Review performance
Iterate
Next Steps
Now that you’ve completed your first cycle on the Maxim platform, consider exploring these additional capabilities:- Prompt comparisons: Evaluate different prompts side-by-side to determine which ones produce the best results for a given task.
- Agents via no-code builder: Create complex, multi-step AI workflows. Learn how to connect prompts, code, and APIs to build powerful, real-world AI systems using our intuitive, no-code editor.
- Context sources: Integrate Retrieval-Augmented Generation (RAG) into your agent endpoints.
- Prompt tools: Enhance your prompts with custom functions and agentic behaviors.
- Observability: Use our stateless SDK to monitor real-time production logs and run periodic quality checks.