> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aient.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# remediation.pr_created

> CloudEvent fired when Aient opens a remediation pull request, with payload fields problemId, pullRequestUrl, repositoryFullName, and PR status.

# ai.aient.remediation.pr\_created

> Generated from `@aient/events`. Do not edit this page by hand.

A remediation pull request was created.

## Delivery Contract

| Field            | Value                                                                      |
| ---------------- | -------------------------------------------------------------------------- |
| Visibility       | Tenant-selectable public event                                             |
| Topic            | `v1.events.remediation`                                                    |
| Bounded context  | `remediation`                                                              |
| Source           | `https://aient.ai/api/organisations/{organisationId}`                      |
| Subject          | `problems/{problemId}/pull-requests`                                       |
| Schema ID        | `sch_01KXWFVE6YG9M3GQ17VQR2NV03`                                           |
| Immutable schema | `https://registry.aient.ai/schemas/sch_01KXWFVE6YG9M3GQ17VQR2NV03.json`    |
| Version alias    | `https://registry.aient.ai/events/ai.aient.remediation.pr_created/v1.json` |

## Payload Fields

| Field                  | Required | Type     | Enum                   |
| ---------------------- | -------- | -------- | ---------------------- |
| `epochId`              | no       | `string` | -                      |
| `organisationId`       | yes      | `string` | -                      |
| `problemId`            | yes      | `string` | -                      |
| `pullRequestUrl`       | yes      | `string` | -                      |
| `remediationAttemptId` | no       | `string` | -                      |
| `repositoryFullName`   | no       | `string` | -                      |
| `rootExecutionId`      | no       | `string` | -                      |
| `status`               | no       | `string` | `pr_open`, `pr_merged` |
| `text`                 | no       | `string` | -                      |

## Privacy Notes

ID-first customer-facing payload. Do not include secrets, tokens, raw telemetry, prompts, logs, or customer content.

## Lifecycle Notes

Emitted after the owning bounded-context state transition commits through its Restate handler.

## Compatibility Notes

Backward-compatible schema changes may add optional fields; removing fields, changing field types, or removing enum values requires a new schema revision and migration plan.

## Example CloudEvent

```json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{
  "data": {
    "epochId": "11111111-1111-4111-8111-111111111111",
    "organisationId": "11111111-1111-4111-8111-111111111111",
    "problemId": "problem_example",
    "pullRequestUrl": "https://github.com/aient/example/pull/1",
    "remediationAttemptId": "11111111-1111-4111-8111-111111111111",
    "repositoryFullName": "aient/example",
    "rootExecutionId": "11111111-1111-4111-8111-111111111111",
    "status": "pr_open",
    "text": "example-text"
  },
  "datacontenttype": "application/json",
  "dataschema": "https://registry.aient.ai/schemas/sch_01KXWFVE6YG9M3GQ17VQR2NV03.json",
  "id": "evt_01J8X7AKZP4N6QHF2T1Y3R5VAA",
  "organisationid": "11111111-1111-4111-8111-111111111111",
  "source": "https://aient.ai/api/organisations/11111111-1111-4111-8111-111111111111",
  "specversion": "1.0",
  "subject": "problems/problem_example/pull-requests",
  "time": "2026-04-25T12:00:00.000Z",
  "type": "ai.aient.remediation.pr_created"
}
```
