Max builds, tests, and fixes your app on its own. Give it a goal and it writes code, opens your app in a real browser, uses it like a person, and keeps going until the task is complete.Documentation Index
Fetch the complete documentation index at: https://www.anything.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
When to use Max
Normally you prompt the agent, check the result, test it yourself, then prompt again. Max takes that loop off your plate. It generates, tries the app in a browser, spots what’s wrong, and fixes it on its own. Use Max when:- Your task needs the agent to actually try the app. Clicking through flows, filling forms, testing interactions.
- You’d rather describe a goal and walk away than go back and forth.
- You’re about to launch and want to test real user flows before going live.
- The bug is hard to describe but you know something’s off.
How it works
Anything already lets you build without coding. Max goes further: it builds for you. The other agent modes write and edit code. Max does that, and it also:- Runs your app in a real browser. Sees it the way a user does. Scrolls, clicks, types, logs in, uploads, checks out. If something looks broken, it notices.
- Tests your mobile app on a simulated iOS device. Taps, swipes, scrolls, and verifies that native interactions work the way they should.
- Runs your backend logic to check it actually works, not just that the code looks right.
- Works in the background on larger goals while you do other things.

Getting started
Requirements: Anything subscription ($200+/month) + credits for Max tasks.- Select Max from the mode switcher in an active project
- Describe your goal in plain language:
- “Add swipe gestures to navigate between screens”
- “Fix checkout so it stops failing on mobile”
- “Test the full signup flow and fix anything that breaks”
- Launch Max and let it work
- Check back when it reports complete

Watching Max work
Expand the steps panel to see what Max is doing in the browser. Every click, page load, and fix it tries. Useful when you want to understand what it found or check it’s on the right track.Writing good goals
More context upfront helps Max move faster. Include what the feature should do, where it lives in the app, and edge cases you care about.Parallel agents
Run multiple Max instances at once. Each one works on a separate task independently. Start a Max task, then open a New Thread to kick off another. Since each task takes time, scope each agent to a focused goal and let them run side by side.- One agent fixing auth bugs while another builds the settings page
- Three agents QA’ing signup, payments, and invites at the same time
- One building a feature while another tests an existing one