First access
Create the account and API key
Prepare server-side API access before writing your first integration.
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.
Generate a dedicated key
Create one key per environment or application.
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