# Ante-Social AI playtesting If you can open and follow ordinary web links, start here: https://card.skpfam.com/agent The /agent HTML interface plays real Ante-Social simulations without WebGL, client-side JavaScript, POST bodies, custom headers, or manually constructed API commands. Inspect the player-visible state, follow legal action links, and stop when the page reports outcome win or loss. For agents with normal HTTP capability, use: https://card.skpfam.com/api/sim?op=help Current documentation: https://github.com/Valithron/ante-social/blob/main/docs/AI_PLAYTESTING.md For code-capable or bulk playtesting agents, the repository also provides the checkpointing scripts/agent-client.mjs client and local SimulationSession harness. All simulation paths reuse production GameState and poker scoring. Remote and link-only runs are actor_type=agent / run_mode=simulation, exclude hidden future RNG, never submit arcade leaderboard scores, and stay out of default human analytics. Live browser agents are a separate mode and use BOT initials when eligible for the arcade board.