Skip to main content

How to test local endpoints?

Test AI agents running on your local endpoints or any HTTP-accessible service using the Maxim SDK’s Yields Output function. This approach gives you full control over how your agent is called and how the output is processed.

Basic Local Endpoint Testing

Use the Yields Output function to call your agent’s HTTP endpoint for each test case (For demonstration purposes, here’s an example using the Postman Echo service):

Next Steps