Skip to main content

AI Toolkits

The Vengtoo toolkit is a set of skills and tools for AI coding agents, giving your agent built-in knowledge of Vengtoo so it can set up the SDK, build a policy model, authorize AI agent tool calls, debug access decisions, and more. It also auto-wires the Vengtoo MCP Server so your agent can interact with your Vengtoo cloud account directly from the chat.

Install

/plugin marketplace add https://github.com/vengtoo/vengtoo-toolkit
/plugin install vengtoo@vengtoo-toolkit

Skills

Once installed, the following slash commands are available in any session:

CommandWhat it does
/vengtooInstall the SDK and wire the first authorization check (Node.js, Python, Go)
/vengtoo-migrateMigrate off an existing system (OPA/Rego, AWS Cedar / Verified Permissions, Casbin, homegrown RBAC): discover → translate in a lower env → shadow-test for parity → cut over
/vengtoo-policiesBuild resource types, subjects, roles, policies, and assignments
/vengtoo-agentDeploy the Vengtoo Agent for local decisions on your infrastructure
/vengtoo-mcpAuthorize MCP tool calls: Gateway and Adapter patterns
/vengtoo-abacAdd attribute-based conditions (time windows, IP ranges, resource properties)
/vengtoo-debugDiagnose unexpected authorization decisions
/vengtoo-ai-agentsDelegation chains, human-in-the-loop escalation, JIT time-boxed access
/vengtoo-terraformManage the full authorization model as Terraform HCL

Skills also respond to natural language: you don't need to know the command name. Saying "how do I set up human in the loop" or "why is my user getting denied" will trigger the right skill automatically.

MCP server

The toolkit auto-wires the Vengtoo MCP Server on install. Once connected, your agent can manage your Vengtoo cloud account directly from the chat (list subjects, create policies, evaluate access decisions) without leaving the editor.

To use MCP tools, make sure VENGTOO_API_KEY is available as an environment variable when your agent starts.

Get your key at console.vengtoo.com → Settings → API Keys.

See MCP Server for the full list of available tools.

Update

/plugin marketplace update vengtoo-toolkit
/plugin update vengtoo

Remove

/plugin uninstall vengtoo