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/clipame loginThis will open your browser for secure Google OAuth authentication
pame init my-ai-agentPro tip: Use pame --help to see all available commands
Authenticate with your PAME account via Google OAuth
pame loginSign out and clear local credentials
pame logoutCheck your current authentication status
pame whoamiInitialize a new PAME project
pame init my-ai-assistantOptions:
--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-synthesisAvailable features:
Create a new AI agent interactively
pame agent createList all your deployed agents
pame agent listDeploy an agent to production
pame agent deploy my-assistantTest your agent locally before deployment
pame agent test my-assistant --prompt "Hello, how are you?"Open the PAME SaaS platform in your browser
pame saasAccess 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-pipelineMake sure you've installed the CLI globally with npm
npm install -g @pameai/cliTry logging out and back in
pame logout
pame loginOn macOS/Linux, you might need to use sudo for global installation
sudo npm install -g @pameai/cliComplete API documentation for advanced usage
Step-by-step video guides for common tasks
Get help from the PAME developer community