Runs
Create Run Pull Request
Creates a pull request for a completed run on GitHub and persists the record on the server.
post/api/v1/runs/{id}/pull_request
Path parameters
idstring required
Unique run identifier (ULID).
Request body
Example request
{
"model": "claude-sonnet-4-6"
}Response
Pull request created
Example response
{
"owner": "fabro-sh",
"repo": "fabro",
"number": 123,
"html_url": "https://github.com/fabro-sh/fabro/pull/123"
}