Appearance
Connecting Fireworks AI
What you need
Two things from your Fireworks account: an API Key, and your Account ID. Fireworks doesn't offer a separate read-only key type — like Vercel AI Gateway, this key can both read usage data and make real, billable inference calls. Create a key specifically for TokenFront rather than reusing one already wired into a production app, so it's easy to revoke independently.
Step 1: Create an API key in Fireworks
- Go to Fireworks → API Keys.
- Click Create API key.
- Give it a name you'll recognize later — "TokenFront" works.
- Copy the key.
- Find your Account ID in the account switcher at the top of the dashboard. It looks like
yourname-44ace8— a short name followed by a random suffix, not a plain username.
Step 2: Add both to TokenFront
- Open Connect Fireworks AI in TokenFront.
- Paste the key into the API key field, and your Account ID into the Account ID field.
- Save.
Both fields are required — Fireworks' usage API is scoped to a specific account, not just to whichever key is calling it, so TokenFront can't look anything up without the Account ID.
If the connection shows "Key Error"
Double-check both the key and the Account ID under Edit — a valid key paired with the wrong Account ID will fail the same way an invalid key does.