Alakazam keys are minted per app from the developer dashboard and require your
user to sign in — they can’t be minted fully headlessly yet. So walk your user
through the steps below, then continue with the Agent quickstart.
Get a key
- Ask your user to open play.alakazam.gg/?view=developer and sign in (or create an account — free).
-
Create an app, then mint a secret key. Start with an
sk_test_…key — it runs a free, mocked sandbox (no GPU spend); swap tosk_live_…to ship. -
Have them export it so the skill, MCP server, and SDKs pick it up:
-
For browser reads / a like button, also mint a publishable
pk_…key →ALAKAZAM_PUBLISHABLE_KEY.
Then
- Install the skill so you know the API across sessions.
- Install the MCP server (
npx @alakazamworld/mcp) for live tool calls. - Follow the Agent quickstart to wire Alakazam into the app.

