
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
agentbuilders
Advanced tools
Deploy full-stack web apps with one command. Database, file storage, user auth, and RBAC included.
npm install -g agentbuilders
# Set your API key
export AB_KEY=your_api_key_here
# Deploy current directory
ab deploy
# Deploy specific directory with name
ab deploy ./my-app --name cool-app --public
# List your apps
ab list
| Command | Description |
|---|---|
ab deploy [dir] [--name <n>] [--public] | Deploy app from directory |
ab list | List all your apps |
ab get <name> | Get app details (JSON) |
ab delete <name> | Delete an app |
ab key <name> | Get app viewKey |
ab status | Platform status |
ab health | API health check |
ab subscription | Your tier and limits |
ab upgrade <tier> | Upgrade (opens Stripe checkout) |
ab domains | List custom domains |
ab domains add <host> <app> | Add custom domain |
ab domains remove <host> | Remove custom domain |
ab domains status <host> | Check domain verification |
ab init [dir] | Create ab.json config file |
ab whoami | Show current account info |
ab version | Show CLI version |
Create an ab.json in your project root to configure database, auth, and RBAC:
{
"name": "my-app",
"public": false,
"storage": {
"database": {
"tables": {
"items": { "name": "TEXT", "value": "TEXT", "created_at": "TEXT" }
}
},
"files": true
},
"auth": { "enabled": true },
"rbac": {
"roles": {
"admin": { "permissions": ["*"] },
"editor": { "permissions": ["data:read", "data:write", "files:read", "files:write"] },
"viewer": { "permissions": ["data:read", "files:read"] }
},
"default_role": "viewer"
}
}
Run ab init to generate a starter config.
| Tier | Price | Apps | DB Rows | Storage |
|---|---|---|---|---|
| Free | $0 | 3 | 5K | 50MB |
| Hobby | $9/mo | 10 | 50K | 500MB |
| Pro | $19/mo | 25 | 500K | 2GB |
| Studio | $49/mo | 50 | 2M | 5GB |
| Founder | $99+ | 50 | 2M | 5GB (lifetime) |
FAQs
CLI for AgentBuilders.app
The npm package agentbuilders receives a total of 31 weekly downloads. As such, agentbuilders popularity was classified as not popular.
We found that agentbuilders demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.