Skip to main content

Screen State Atlas

Short answer

Agents sync UI screen/state inventories with list_screen_states and upsert_screen_states — the same surface used by Fetch Atlas CLI flows.

Operations

ActionReference
ListlistScreenStates
UpsertupsertScreenStates
curl -sS -X POST "$TESTCHIMP_BACKEND_URL/api/mcp/upsert_screen_states" \
-H "Content-Type: application/json" \
-H "TestChimp-Api-Key: $TESTCHIMP_API_KEY" \
-d '{"screenStates":[{"screen":"Checkout","states":["empty","filled"]}]}'

Frequently asked questions

How do I sync screen states?

list_screen_states and upsert_screen_states under /api/mcp with your project API key.