create-sentinel-app
v0.2.0
Published
Scaffold a Sentinel-powered AI agent app in seconds
Maintainers
Readme
create-sentinel-app
Scaffold a Sentinel-powered AI agent app in seconds.
Usage
npx create-sentinel-app my-agentTemplates
quickstart (default)
Minimal trusted agent with identity, credentials, and content safety.
npx create-sentinel-app my-agentmcp-secure-server
MCP server with Sentinel security gateway — every tool call is authenticated and audited.
npx create-sentinel-app my-server --template mcp-secure-servertwo-agent-handshake
Two agents performing zero-trust mutual verification.
npx create-sentinel-app handshake-demo --template two-agent-handshakeWhat You Get
my-agent/
├── src/index.ts # Working demo — run it immediately
├── package.json # Dependencies pre-configured
├── tsconfig.json # TypeScript ready
└── README.md # Explains what the app doesRun npm start and see trust in action.
