Getting started
Getting started
What is 100xprompt?
What is 100xprompt?
How do I install it?
How do I install it?
npm, bun, pnpm, yarn, Homebrew, or Scoop. Full instructions, system requirements, and upgrade/uninstall steps are on the Installation page.Do I need to configure anything before my first run?
Do I need to configure anything before my first run?
100xprompt. On first launch you’re guided to sign in to 100xprompt, and you can start working right away. See the Quickstart.How do I start my first task?
How do I start my first task?
Models & cost
Models & cost
Which models are supported?
Which models are supported?
100xprompt models to see the exact catalog you can select right now. See Models.Can I switch models mid-session?
Can I switch models mid-session?
model in 100xprompt.json, or pass --model 100xprompt/pro to a single run.How do I sign in?
How do I sign in?
100xprompt auth login, choose 100xprompt, and paste the API key from your account at 100xprompt.com. Your credential is stored securely and reused automatically for every session. See Authentication.How do I keep cost down?
How do I keep cost down?
small_model key, while your main work stays on Pro. You can also assign a model to individual agents - see per-agent model choice on Models.Capabilities & limits
Capabilities & limits
What can 100xprompt actually do?
What can 100xprompt actually do?
Does it run commands on my machine?
Does it run commands on my machine?
What are agents and subagents?
What are agents and subagents?
How does it remember project context?
How does it remember project context?
AGENTS.md, and 100xprompt maintains its own long-term memory across sessions so preferences and hard-won context carry forward. See Memory & Context and Rules.Privacy & security
Privacy & security
Does my code leave my machine?
Does my code leave my machine?
How do permissions work?
How do permissions work?
Can I stop it from touching certain files or commands?
Can I stop it from touching certain files or commands?
100xprompt.json to allow or deny specific tools and patterns, and switch to plan mode when you want read-only investigation with no changes at all. See Permissions.Where are my credentials stored?
Where are my credentials stored?
100xprompt auth list and remove one with 100xprompt auth logout.Extending 100xprompt
Extending 100xprompt
How do I add my own tools?
How do I add my own tools?
What's the difference between skills, commands, and plugins?
What's the difference between skills, commands, and plugins?
Can I share what I build?
Can I share what I build?
Can it run in CI or non-interactively?
Can it run in CI or non-interactively?
100xprompt run "your task" for a single headless run - ideal for pipelines. Add --format json for machine-readable output, --model 100xprompt/pro to pin a model, --agent <name> to choose an agent, or --continue / --session <id> to resume prior work.Interfaces
Interfaces
Which editors and IDEs are supported?
Which editors and IDEs are supported?
Is there a web interface?
Is there a web interface?
100xprompt web to start the server and open the browser interface - the same agent in a full graphical view. See Web.How do I share a session?
How do I share a session?
Can I build on top of 100xprompt programmatically?
Can I build on top of 100xprompt programmatically?