Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
How to test no-code agents on Maxim?
Test AI agents using no-code agents that are configured and stored on the Maxim platform. This approach leverages theWith Prompt Chain Version ID function to execute pre-configured no-code agents without needing to implement custom logic.
Basic No-code Agent Testing
Use theWith Prompt Chain Version ID function to test agents configured as no-code agents on the Maxim platform:
Using Presets
If you have saved test configuration presets on the Maxim platform, you can use them to automatically load datasets, evaluators, and other settings without specifying them manually:Python
Python
If the preset includes human evaluators, you must also call
with_human_evaluation_config to provide the reviewer emails.Next Steps
- Local Agent Testing - Learn how to create custom agents with local logic
- No-code agent Builder - Learn how to create no-code agents on the platform
For complex multi-agent endpoints, consider using the Maxim observability features to trace individual steps and
debug no-code agent execution.