Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.87 KB

File metadata and controls

45 lines (29 loc) · 1.87 KB

Before we start

🎯 What You'll Do

In this step, you confirm your account and tool prerequisites, then choose your setup path. After this, you continue directly to the matching setup instructions instead of doing setup work here.

Confirm account access

Sign in at github.com. If you do not have an account yet, create one at github.com/signup.

Choose your development environment

If you are unsure, start with a Codespace. It gives you a ready-to-use environment hosted in the cloud.

If you are familiar with terminals, use your usual local setup. We will go over the requirements.

Tip

On a mobile device or using GitHub Copilot (CCA/Agents tab) with no access to a terminal? Choose the GitHub UI path — no installation or terminal is required. You will create your repository on github.com and author workflows directly from the Copilot or Agents tab in your browser.

Setup path decision diagram: choose between Codespace and Local Terminal based on your environment

Verify AI engine access

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

  • Copilot CLI is enabled
  • Some Models are available

Claude, Codex, or Gemini? Confirm your API key.

Next: Open Set Up a Codespace.

Next: Open Set Up Your Local Terminal.

On github.com/new, create a public repository named my-agentic-workflows. Check Add a README file and click Create repository.

Next: GitHub UI Path — No Installation Needed