Build and deploy AI applications with the PAME command-line interface. Create agents, manage workflows, and deploy to production in minutes.
Get up and running with PAME CLI in 3 steps
npm install -g @pameai/cli
pame login
This will open your browser for secure Google OAuth authentication
pame init my-ai-agent
Pro tip: Use pame --help
to see all available commands
Authenticate with your PAME account via Google OAuth
pame login
Sign out and clear local credentials
pame logout
Check your current authentication status
pame whoami
Initialize a new PAME project
pame init my-ai-assistant
Options:
--template <type>
- Use a specific template (agent, workflow, full-stack)--typescript
- Use TypeScript (default: true)--no-install
- Skip dependency installationAdd features to your existing project
pame add voice-synthesis
Available features:
Create a new AI agent interactively
pame agent create
List all your deployed agents
pame agent list
Deploy an agent to production
pame agent deploy my-assistant
Test your agent locally before deployment
pame agent test my-assistant --prompt "Hello, how are you?"
Open the PAME SaaS platform in your browser
pame saas
Access advanced features like workflow builder, analytics, and market tools
Deploy your project to PAME cloud infrastructure
pame deploy --production
# Initialize project
pame init support-agent --template agent
# Navigate to project
cd support-agent
# Add voice capabilities
pame add voice-synthesis
# Test locally
pame agent test support-agent
# Deploy to production
pame agent deploy support-agent --production
# Create workflow project
pame init sales-workflow --template workflow
# Open workflow builder
pame saas --section workflows
# Deploy workflow
pame workflow deploy sales-pipeline
# Monitor performance
pame analytics sales-pipeline
Make sure you've installed the CLI globally with npm
npm install -g @pameai/cli
Try logging out and back in
pame logout
pame login
On macOS/Linux, you might need to use sudo for global installation
sudo npm install -g @pameai/cli
Complete API documentation for advanced usage
Step-by-step video guides for common tasks
Get help from the PAME developer community