For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Connect GitHub to let Agents create issues, manage pull requests, read files, and interact with repositories. GitHub is available as a set of Agent tools, not as Flow steps.
Setting up GitHub
Go to Settings → Integrations
Find GitHub
Click Configure
Create a Personal Access Token in GitHub (Settings → Developer Settings → Personal Access Tokens)
Paste the token into the credentials form
Click Save
The token needs repo scope for full repository access, or public_repo for public repositories only.
Available tools
Once connected, the following tools are available to Agents:
Repositories
list_repos — List repositories for the authenticated user or an organization
get_repo — Get details of a repository
Issues
create_issue — Create a new issue (with labels, assignees, milestones)
list_issues — List issues with state, label, and assignee filters
update_issue — Update an existing issue
Pull requests
create_pull_request — Create a new pull request
list_pull_requests — List pull requests with state and branch filters
get_pull_request — Get details of a pull request
create_pr_comment — Add a comment to a pull request
Files
get_file_content — Read a file from a repository (supports branch/tag/SHA refs)
search_code — Search for code across GitHub repositories