
Discord test environment for agents and bots
Test community and support agents that moderate servers, answer users, and coordinate channel workflows.

Meet the Discord twin
Validate bot behavior before granting real server access. Replay moderation, support, and community workflows safely.
Seeded state
Seed servers, channels, members, roles, messages, threads, reactions, webhooks, and permissions.

Use Discord in staging without using production.
Validate bot behavior before granting real server access
Seed guilds, channels, members, roles, messages, and webhooks
Replay moderation, support, and community workflows safely
Provision the Discord twin from the CLI.
Install the Arga CLI, sign in once, then create a 60-minute twin run. The command waits until the environment is ready and prints its connection details.
Terminal
$ uv tool install arga-cli$ arga login$ arga twin-runs create --twins discord --ttl 60 --waitAdd --scenario-prompt to describe the state the twin should start with.
Build with the Discord twin
Connect the twin, seed realistic state, and run scenarios against a resettable service.

