# Check your accountbland auth whoami# Make an outbound callbland call send +15551234567 --task "Ask about demo" --voice nat --wait# List recent callsbland call list
Create and manage personas for your agents, including versioning and knowledge gap tracking.
bland persona listbland persona get <id>bland persona createbland persona update <id>bland persona delete <id>bland persona promote <id>bland persona reset-draft <id>bland persona gaps <id>
Tools
Create and manage custom tools that your agents can call during conversations.
bland tool listbland tool get <id>bland tool createbland tool update <id>bland tool delete <id>bland tool test <id> --input '{"key": "value"}'
Knowledge Bases
Create and manage knowledge bases, including populating them via web scraping.
bland knowledge listbland knowledge create <name>bland knowledge scrape <name> --urls https://example.combland knowledge status <id>bland knowledge delete <id>
Batch Campaigns
Automate large-scale outbound call campaigns.
bland batch create --file contacts.csv --pathway <id>bland batch listbland batch get <id>bland batch stop <id>
SMS [Enterprise]
Send and manage SMS conversations through the CLI.
bland sms send +15551234567 --message "Hello!"bland sms conversationsbland sms get <id>
Agents
Manage web agents.
bland agent listbland agent get <id>bland agent createbland agent update <id>bland agent delete <id>
Guard Rails
Configure guard rails for your agents.
bland guard listbland guard createbland guard delete <id>
The CLI includes an MCP (Model Context Protocol) server, which lets AI coding tools like Claude Code and Cursor interact with your Bland account through natural language.
bland mcp# Or with SSE transportbland mcp --transport sse --port 3100