Community
The Agentic Control Plane is an emerging pattern. GatewayStack is the first open-source implementation, and we’re building it in the open.
Ecosystem
| Project | Description | Link |
|---|---|---|
| GatewayStack | Open-source monorepo — six composable npm modules implementing the ACP pattern | GitHub |
| Agentic Control Plane Cloud | Managed multi-tenant MCP gateway with dashboard, integrations, and audit UI | gatewaystack.com |
| gatewaystack-chatgpt-starter | Reference implementation for building MCP servers with GatewayStack | GitHub |
| agenticcontrolplane.com | This site — category definition and knowledge hub | GitHub |
npm packages
All packages are published under the @gatewaystack scope:
- @gatewaystack/identifiabl
- @gatewaystack/transformabl
- @gatewaystack/validatabl
- @gatewaystack/limitabl
- @gatewaystack/proxyabl
- @gatewaystack/explicabl
- @gatewaystack/request-context
Contributing
GatewayStack is MIT licensed and welcomes contributions.
Getting started
git clone https://github.com/davidcrowe/gatewaystack
cd gatewaystack
npm install
npm test # 135 tests across 17 files
How to contribute
- Report bugs — open an issue with a minimal reproduction
- Suggest features — open a discussion or issue describing the use case
- Submit a PR — fork, branch, and submit. All PRs should include tests.
- Write about it — blog posts, tutorials, and case studies help grow the ecosystem
Code conventions
- TypeScript strict mode, ES modules
- Each
-corepackage is framework-agnostic (no Express dependency) - Middleware packages wrap core logic for Express
- Tests with vitest, integration tests with supertest
Stay connected
- GitHub — source code, issues, discussions
- npm — published packages
- LinkedIn — updates and announcements
Built by Reducibl
GatewayStack and the Agentic Control Plane concept are developed by Reducibl — building trust infrastructure for AI systems.
For enterprise inquiries, book a call.