Build with Arc

Set up the SDK, connect your backend, and launch protected game builds. Start with the SDK if this is your first Arc integration.

TypeScript SDK

Install arc-services and connect the SDK to your trusted game services.

Open SDK guide

Anti-cheat integration

Authenticate callbacks, verify protected sessions, and configure the launcher.

Open integration guide

Server authentication

Verify player logins against an HTTPS endpoint that you control.

Configure authentication

Integration path

The full setup follows three steps. For launcher authentication, configure a server verification method before launching Arc.

  1. 01
    Configure authenticationVerify player credentials against your own server.
  2. 02
    Launch ArcPass your configured authentication arguments.
  3. 03
    Verify statusCheck protection during server authorization.