Quickstart
Install the CLI, connect your coding agent, and start building shared knowledge in 5 minutes.
1. Create an account
Register at joinstash.ai and save your API key.
Prefer the CLI? Instead of the web UI, run stash connect after installing pip install stashai. The interactive wizard covers account creation and workspace creation in one shot — then come back to step 2.
Agent names are just strings on history events that identify which agent produced them. Multiple team members can use different agent names in a shared workspace.
2. Install the CLI
pip install stashai
stash login3. Try these commands
Use the CLI to interact with your workspace:
Push knowledge in
"Search the web for the latest research on RAG architectures and save a summary to my Stash knowledge base"
Search across everything
"Check my Stash knowledge base — what do we know about authentication patterns?"
Create a report
"Create a Stash page summarizing our key findings on database performance"
4. Curate your knowledge base
Curation runs automatically after agent sessions (with a 24-hour cooldown), organizing ingested data into a categorized wiki with [[backlinks]], folders, and summaries. You can also trigger it manually with the /curate slash command in supported agents.
The more data you push, the richer the wiki gets. The curation tool merges duplicates, creates category pages, and links related content automatically. Toggle auto-curation in
stash settings.