playQuick Start Guide

Go from zero to your first successful agent run. If you have not installed and configured the SDK yet, run pip install --upgrade glaip-sdk (or follow Install & Configurearrow-up-right) before continuing.

circle-check
circle-info

Want runnable code that mirrors the latest SDK behavior? Jump to the Hands-on Examplesarrow-up-right, which links to the validated projects.

Paths

circle-info

Data developers who focus on prompt iteration can skip the SDK path and follow the CLI steps exclusively. Product managers typically validate agents in GLChat; run the CLI flow here when you need verbose traces, file attachments, or to reproduce an issue for engineering.

Python SDK Path

Follow the Python SDKarrow-up-right page for step-by-step installation, a default local agent run, and optional setup when you want to target a remote AIP server with API credentials and deployment.

CLI Path

Follow the CLIarrow-up-right page for zero-code setup, palette usage, and running your first agent from the terminal.

Troubleshooting

Issue
Solution

command not found

Ensure pip’s script directory is on PATH, or reinstall with uv

401 Unauthorized

Run aip configure or update your environment variables

404 Not Found

Check your API URL with aip accounts show <name>

Connection refused

Confirm the remote AIP server is reachable

uv not found

Install uv: curl -LsSf https://astral.sh/uv/install.sh | sh

Next Steps

  1. Practice with the Hands-on examplesarrow-up-right to explore tools, files, and multi-agent flows.

  2. Check out the GL SDK Cookbookarrow-up-right for self-contained, multi-tool examples like the Travel Assistant.

  3. Deepen lifecycle control in the Agents guidearrow-up-right.

  4. Wire up native and custom tooling via the Tools guidearrow-up-right.

  5. Explore orchestration strategies in the Multi-Agent System Patterns overviewarrow-up-right once you need repeatable playbooks.

Last updated