Skip to main content
The StackOne CLI (@stackone/cli) provides commands for building, validating, testing, and deploying custom connectors.

Full Documentation

Complete CLI documentation on npm

Installation


Command Reference

Agent Commands

Configure the StackOne MCP server for AI coding assistants like Claude, Cursor, and Windsurf.
Use --global setup when you want the StackOne MCP tools available across all your projects. Use --local for project-specific configurations.

Connector Development

Test file formats:
Faster iteration: Once your connector is pushed or an account is already linked, skip the credentials file and use --account-id instead:
This uses stored credentials from the linked account, making it easier to iterate on action logic without managing local credential files.Note: Using --account-id requires an API key with connectors:read scope.

Deployment

Deployment commands require an API key with Connectors scopes. See API Keys to generate one.

Configuration


Environment Variables

API keys are passed via --api-key flag or stored in your profile configuration, not as environment variables.

Next Steps

Build Connectors

Get started building connectors

CI/CD Setup

Automated deployment with GitHub Actions