For the complete documentation index, see llms.txt. This page is also available as Markdown.

Godot

Godot Game Integration

Godot games can easily be connected to Arcadia via URL-based data injection.

Steps:

  1. Use the URL query string to pass game and player metadata.

  2. Parse incoming data using Godot’s URL handling tools.

  3. Send post-match results to Arcadia via webhook.

No SDK needed — just follow the documented format and you’ll be fully integrated in minutes.

Development section is in staging right now, will move to production in the coming period.

Last updated