1. Create your workspace

Sign up at /auth. You'll get a personal workspace with one free environment.

2. Add a trading partner

From the dashboard, open Partners → New Partner. Enter the partner name, their identifier qualifier and ID (typically ZZ + a code), and the protocol you'll use to exchange documents.

3. Issue an API key

Open API Keys → Create key, name it (e.g. "Local development"), and copy the secret. It will only be shown once.

4. Translate your first document

curl https://YOUR-WORKSPACE/api/public/edi/translate \
  -H "Authorization: Bearer edi_live_••••" \
  -H "Content-Type: text/plain" \
  --data-binary @sample-850.edi

5. View it in the dashboard

Every API translation is stored in your Documents tab, complete with the original payload, parsed JSON, and partner context.