CLI
Step 1: Install or Upgrade the Package
pip install --upgrade glaip-sdkStep 2: Configure Credentials
aip accounts add prod
aip accounts use prodStep 3: Create and Run Your First Agent
# Create agent
aip agents create \
--name "hello-world-agent-123" \
--instruction "You are a friendly AI assistant."
# Run the agent (use the ID or name shown in the create output)
aip agents run 49874068-f2e7-42b4-878d-ef545db5a110 "Hello! How are you today?"
# or
aip agents run "hello-world-agent-123" "Hello! How are you today?"Optional: Run from the Slash Command Palette
Optional Next Steps
Last updated
Was this helpful?