When to build a custom connector
Internal Systems
Connect proprietary APIs or custom-built tools
Provider-Specific Actions
Add actions not covered by standard connectors
Niche Providers
Support vertical-specific SaaS not in our catalog
Custom Mappings
Transform data to match your requirements
How it works
A connector is a YAML definition of how to interact with a provider’s API. Once published, StackOne exposes it through every protocol automatically:RPC/HTTP
REST endpoints at
api.stackone.com for backend integrationsMCP
Model Context Protocol for agents like Claude Code and Cursor
Agent SDK
TypeScript and Python SDKs built for LLM tool calling
Two ways to add a connector
StackOne Request
StackOne builds and maintains the connector for you. Delivery defined for plans with SLAs.
- Fast turnaround: typically days, not weeks (when API access is provided).
- Full support: StackOne handles API mapping and authentication.
- QA pipeline: AI-driven optimization and manual verification.
- Fork & customize: optionally fork and edit actions after delivery.
Build it yourself
Connectors are defined as code, so you build and publish them on your own schedule.
- AI-assisted: use StackOne’s MCP and skills to turn provider docs into YAML.
- Test locally: run actions against a sandbox account before publishing.
- Full control: version, test, and publish when you choose.
- Your environments: publish through your existing CI/CD.