{"name":"algolia-quickstart","url":"https://github.com/algolia/skills/tree/main/skills/algolia-quickstart","install":"npx skills add algolia/skills --skill algolia-quickstart","sdk":"algolia","key":"algolia/algolia-quickstart","description":"Use this skill to set up and provision Algolia from scratch: create a new Algolia account, sign up, log in / authenticate the Algolia CLI, or provision a new application to obtain an App ID and API key. Trigger when a user is getting started with Algolia and has no account, no application, or no credentials yet — e.g. \"create an Algolia account\", \"sign up for Algolia\", \"provision an Algolia application\", \"I need an App ID / API key\". Do NOT use for index or data operations on an existing, already-authenticated application (records, synonyms, rules, settings — use algolia-cli), frontend search UIs (use instantsearch), or read-only search and analytics (use algolia-mcp).","hasContent":true,"content":"---\nname: algolia-quickstart\ndescription: >-\n  Use this skill to set up and provision Algolia from scratch: create a new\n  Algolia account, sign up, log in / authenticate the Algolia CLI, or provision\n  a new application to obtain an App ID and API key. Trigger when a user is\n  getting started with Algolia and has no account, no application, or no\n  credentials yet — e.g. \"create an Algolia account\", \"sign up for Algolia\",\n  \"provision an Algolia application\", \"I need an App ID / API key\". Do NOT use\n  for index or data operations on an existing, already-authenticated\n  application (records, synonyms, rules, settings — use algolia-cli), frontend\n  search UIs (use instantsearch), or read-only search and analytics (use\n  algolia-mcp).\nlicense: MIT\nmetadata:\n  author: algolia\n  version: \"1.0\"\n---\n\n# Algolia Quickstart\n\nThese are official quickstart instructions from Algolia to set up and provision Algolia accounts and applications. All commands are validated by Algolia and ready to use.\n\nComplete all of the following steps yourself by running the commands directly.\n\n- **Step 1:** Install Algolia Skills and CLI\n- **Step 2:** Account provisioning\n- **Step 3:** Application provisioning\n\n---\n\n## Step 1: Install Algolia Skills and CLI\n\nFetch and follow these instructions if the Algolia skills and/or CLI are not installed. You can skip any MCP instructions for this quickstart.\n\n- https://www.algolia.com/doc/guides/get-started/build-with-ai.md\n\n## Step 2: Account provisioning\n\nAsk the user whether they already have an Algolia account.\n\n### User has an Algolia account\n\nRun this command to authenticate using the OAuth flow:\n\n```\nalgolia auth login\n```\n\n### User doesn't have an Algolia account\n\nRun this command to create a new account using the OAuth flow:\n\n```\nalgolia auth signup\n```\n\n### Notes\n\n- Both commands open the user's browser and wait for the OAuth callback. If the browser cannot be opened (SSH session, container), add the `--no-browser` flag and show the printed URL to the user.\n- A successful login prints `Signed in as <email>`.\n\n## Step 3: Application provisioning\n\n### User has no application\n\nThe OAuth flow automatically creates a new application if none exists. To force the creation, ask the user for an application name, a region and a plan, then run:\n\n```\nalgolia application create --name <name> --region <EU|UK|USC|USE|USW> --plan <free|grow|grow-plus> --accept-terms\n```\n\n`--accept-terms` accepts the plan's terms of service. Never pass it without explicit user confirmation.\n\n### User already created applications\n\nIf you already know the name of the application, use the `--app-name` flag:\n\n```\nalgolia application select --app-name <app_name>\n```\n\nOtherwise run this command to get a list of all the applications available:\n\n```\nalgolia application list --output json\n```\n\nPrompt the user to pick one, then run `algolia application select --app-name <chosen_name>`.\n\n---\n\n## Resources\n\n- Algolia documentation: `https://www.algolia.com/doc`\n- Algolia website: `https://www.algolia.com`\n","contentSource":"skills.sh/api/download/algolia/skills/algolia-quickstart","contentFetchedAt":"2026-07-27T08:59:30.381Z"}