Get started

Authentication

Every request needs an Elite API key created in the dashboard. The same ofm_ keys work for MCP.

Base URL

https://api.ofmelite.io/v1

Bearer token

Pass the key in the Authorization header:

curl https://api.ofmelite.io/v1/account \
-H "Authorization: Bearer ofm_…"

Get a key

Create and revoke keys from Dashboard → API. Keys are shown once at creation.

Security

  • Never commit keys to git or expose them in public frontend apps.
  • Revoke compromised keys immediately from Dashboard → API.
  • Prefer server-side calls (scripts, Zapier, your backend).