Gerra LogoGerra

Quick Start

Start controlling your mecha

1. Get your credentials

  • Sign in to your dashboard.
  • Note your security token and mecha ID.

2. Send your first request

curl -X POST "https://api.gerra.com/mecha/action/initialize?mecha_id=YOUR_MECHA_ID" \
  -H "gerra-api-key: YOUR_API_KEY"

Replace the placeholders with values from your dashboard. This call checks your connection.

Next steps

Explore the rest of the docs for advanced usage.