Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.44 KB

File metadata and controls

33 lines (20 loc) · 1.44 KB

Before we start

Before you dive in, confirm you have the accounts and tool access this workshop needs.

Confirm account access

Sign in at github.com. If you do not have an account yet, use the Sign up option there first.

Prepare your environment

This workshop runs in a GitHub Codespace — a cloud-hosted terminal with no local installs required. You will set one up in the next step.

Already comfortable managing Git and the GitHub CLI on your machine? You can take the optional Local Terminal Setup side quest, then rejoin the main workshop.

Verify AI engine access

Open github.com/settings/copilot and confirm both show:

  • Copilot CLI is enabled
  • Some Models are available

This workshop uses GitHub Copilot end-to-end, so you do not need to configure any external provider API keys.

Tip

Agentic Workflows supports multiple agent and model providers (for example, Anthropic Claude Code, OpenAI Codex, and Google Gemini), but this workshop uses GitHub Copilot so you can stay focused on workflow concepts.

Next: Open Set Up a Codespace.