Set up the CLI once, then reuse the same authenticated session for project authoring, publishing, and operations.Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- macOS or Linux.
- Homebrew.
- A Metabind account. To connect an existing project, your account needs access to its organization.
Install
Update an existing install with Homebrew:Sign In
Start with the interactive login flow:metabind auth to inspect, refresh, or end CLI sessions.
Connect a Project
Most project work needs two context values:- organization
- project
metabind use. If you only know the project, the CLI can try to discover its organization from the orgs your account can access.
For a new workspace or invitation flow, start with metabind init. It can create an organization and project, accept an invitation, or poll an onboarding job.
The active scope is saved for the OS user account. If multiple command-driven runs share the same OS user, isolate them with separate config directories before they work on different projects.
Confirm Access
Check the session and active project:Troubleshooting
The shell cannot find `metabind`
The shell cannot find `metabind`
Homebrew installed the binary outside your shell path. Check Homebrew’s installation prefix and make sure the matching
bin directory is on your path.Login works but project commands fail
Login works but project commands fail
The auth session or saved project context may not match. Check
metabind status, then update the saved scope with metabind use.Only part of the project context is saved
Only part of the project context is saved
Project auto-discovery needs a valid session and access to the owning organization. Save the missing context value explicitly before continuing.
The installed CLI is missing expected behavior
The installed CLI is missing expected behavior
Update with Homebrew. The help output and bundled BindJS reference come from the installed release.
Next Steps
Context Resolution
Learn how the CLI decides where a project command lands.
Workflow Patterns
Follow durable loops for authoring, probing, publishing, and rollback.