Skip to main content

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.

Use the workflow map to move from setup to discovery, authoring, shipping, and operations.

Bootstrap

Prepare a machine, account, or automation session.
Command familyResponsibility
metabind authSign in, inspect session state, refresh, log out, and manage CLI sessions.
metabind initBootstrap an organization and project or continue onboarding.
metabind useSave the active org and project context.

Discovery

Inspect state before changing it.
Command familyResponsibility
metabind statusSummarize CLI auth, active context, project reachability, and related state.
metabind doctorAudit project health and report repair guidance without writing.
metabind bindjsPrint the BindJS reference bundled with the installed CLI.
metabind urlPrint the MCP endpoint for the active project.
metabind openOpen the current project or tool preview in the web app.
metabind validateValidate BindJS source before upload.

Authoring

Create and modify components, tools, and content.
Command familyResponsibility
metabind componentManage BindJS component source and component-level history.
metabind toolManage MCP tools, executions, view compilation, and snapshots.
metabind data-toolCreate a data-source-backed tool as one atomic operation.
metabind contentManage content rows, content history, publishing state, and migrations.

Shipping

Move runtime package pins.
Command familyResponsibility
metabind publishFreeze draft state into a package version and update runtime pins for changed tools.
metabind rollbackMove tool pins back to an older package, or persist the target component source as a new package.
metabind upgradeMove stale tool pins forward to a newer published package version.

Operating

Configure and maintain a live project.
Command familyResponsibility
metabind envManage project-wide secret bindings used by data tools.
metabind api-keyManage project API keys for MCP host connectors.

Resources

Resource commands expose lower-level server objects for scripts and advanced workflows. Common resource families include projects, organizations, assets, folders, collections, tags, saved searches, dependencies, preview links, packages, and types. Prefer the authoring and shipping families when they match the job. Use resource commands when a workflow needs direct access to an underlying object.

Meta

Command familyResponsibility
metabind feedbackSend CLI feedback with version, context, and recent command breadcrumbs attached.
metabind skillInstall, uninstall, or list the Metabind skill for supported coding tools.

Boundaries

  • Project API keys authenticate MCP hosts, not operator CLI sessions.
  • rollback and upgrade move tool pins; they do not delete package history.
  • doctor is read-only; publishing, rollback, upgrade, and delete workflows change state.
  • Component history and project package history operate at different layers.