First access

Create the account and API key

Prepare server-side API access before writing your first integration.

01

Create or open your account

Sign in to LLM Skills, then open Profile > API keys. If the action is missing, check that your plan includes API access.

02

Generate a dedicated key

Create one key per environment or application.

03

Store the key server side

Add the key to backend environment variables. Never expose it in public JavaScript.

Example
LLM_SKILLS_API_KEY=llms_api_key
Continue