Create GitHub issues programmatically. Supports title, markdown body, and labels. Perfect for AI agents, CI pipelines, and automated bug reporting.
Create issues on any GitHub repository you have write access to. Provide a title (required), optional markdown body, and optional labels. Requires a GitHub Personal Access Token (PAT) with repo scope for private repos or public_repo scope for public repos.
| Field | Type | Required | Description |
|---|---|---|---|
owner | string | Yes | Repository owner |
repo | string | Yes | Repository name |
title | string | Yes | Issue title |
token | string | Yes | GitHub PAT with repo scope |
body | string | No | Issue body (Markdown supported) |
labels | array | No | Labels to apply (must exist in repo) |
$0.002 per request via x402 micropayment on Base (USDC). Write operations require a valid GitHub PAT โ no system token fallback.