What are No-code Agents?
No-code agents in Maxim allow you to create multi-step AI workflows without code. You can chain multiple prompts together, use variables, and create complex agent-like behaviors through the Maxim platform’s no-code builder.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 No-code Agent Test Run
Here’s how to create and run a basic no-code agent evaluation test run using a dataset:Next Steps
Now that you’ve run your first no-code agent evaluation, explore these guides:- Local Agent Testing - Learn how to create custom agents with local logic using yields_output
- Agent on Maxim - Use no-code agents stored on the Maxim platform
For complex multi-agent workflows, consider using the Maxim observability features to trace individual steps and
debug no-code agent execution.