_ _ _______ ___ _ ____ | \ | | ____\ \/ / | | / ___| | \| | _| \ /| | | \___ \ | |\ | |___ / \| |_| |___) | |_| \_|_____/_/\_\\___/|____/
Public resources for developers and agents using Nexus: CLI installer, docs, API references, sample data, and installable Agent Skills.
| Need | Go to |
|---|---|
| Quick install the CLI | cli/ |
| CLI guide (full) | docs/cli |
| Quick API call | api/ |
| API guide (full) | docs/api |
| Understand Nexus concepts | Primer |
| Understand component architecture | Component Design |
| Use sample data | Samples |
| Install agent skills | Agent Skills |
cli/ CLI installer and quick start
api/ OpenAPI snapshot and quick start
docs/ Full documentation: cli/, api/, design/, primer, samples, releases
samples/ Sample datasets for CLI/API examples
skills/ Agent Skills for CLI/API workflows
nexus login --api-key "$PINECONE_API_KEY"
nexus context list
nexus context switch <context-slug-or-id>
nexus query --ask "What should I know?"Distill local agent traces:
export ANTHROPIC_API_KEY=...
nexus distill
nexus distill listDistill is a subcommand of the same nexus binary. There is no separate Distill executable.
https://raw.githubusercontent.com/pinecone-io/nexus-dev/main/cli/install.sh
https://raw.githubusercontent.com/pinecone-io/nexus-dev/main/api/openapi.yaml