CLI Commands
genaug auth login --api-key gaadmlive_your_key_heregenaug auth whoamigenaug auth logoutProjects
Section titled “Projects”genaug projects listgenaug projects create \ --name "DayPlan Agent" \ --slug dayplan-agent \ --system-prompt "You help users plan calendar work."genaug status --project dayplan-agentAPI integration
Section titled “API integration”genaug integrate https://api.example.com/openapi.json \ --name dayplan-agent \ --description "Calendar planning assistant"genaug deploy ./dayplan-agent/genaug-agent.yamlgenaug tools list --project dayplan-agentgenaug tools toggle delete_account --project dayplan-agent --disableChannels
Section titled “Channels”genaug channels status --project dayplan-agentgenaug channels connect \ --project dayplan-agent \ --channel telegram \ --bot-token "$TELEGRAM_BOT_TOKEN"Local iteration
Section titled “Local iteration”genaug dev ./dayplan-agent/genaug-agent.yaml --message "Help me plan tomorrow"genaug logs --project dayplan-agent --followSee the generated API reference for the HTTP contract behind these commands.