Agent Evals via HTTP Endpoint
SDK HTTP Agent Quickstart
Learn how to quickly get started with running agent evaluations via HTTP endpoints using the Maxim SDK
Get started with evaluating AI agents accessible via HTTP endpoints using the Maxim SDK. This guide will walk you through setting up the SDK and running your first agent evaluation test run.
Installation
First, install the Maxim SDK for your preferred language:
Getting Your API Key
Before you can use the Maxim SDK, you need to obtain an API key from the Maxim platform:
- Log in to Maxim: Go to app.getmaxim.ai/login and sign in to your account
- Navigate to Settings: Click on “Settings” in the left sidebar
- Go to API Keys: Click on “API keys” under “Organization settings”
- Generate New Key: Click the “Generate new” button
- Name Your Key: Enter a descriptive name for your API key (e.g., “Development”, “CI/CD”, “Local Testing”)
- Copy the Key: Once generated, copy the API key immediately - you won’t be able to see it again
Store your API key securely! You won’t be able to view the complete key value again after closing the generation dialog.
Configuration
Initialize the Maxim SDK with your API key and workspace information:
Basic HTTP Agent Test Run
Here’s how to create and run a basic agent evaluation test run using a workflow stored on the Maxim platform:
Next Steps
Now that you’ve run your first agent evaluation, explore these guides:
- Local Endpoint Testing - Test agents running on your local endpoints
- Endpoint on Maxim - Use workflows stored on the Maxim platform
- CI/CD Integration - Automate agent testing in your CI/CD pipeline