---
title: "Break It, Fix It, Prove It: The Agentic Data Recovery Workshop"
description: "<p>Ever wanted to be handed a sandbox where it’s safe to break things on purpose? Curious about how to use AI agents to investigate and fix real data incidents? You belong at Break It, Fix It, Prove I"
canonical: "https://www.gomry.com/event/Break-It-Fix-It-Prove-It-The-Agentic-Data-Recovery-Workshop-feA3jigLhGVEgtP0uJnj"
---

# Break It, Fix It, Prove It: The Agentic Data Recovery Workshop

- **Event id**: `feA3jigLhGVEgtP0uJnj`
- **Starts**: 2026-10-08T20:00:00.000Z (America/New_York)
- **Ends**: 2026-10-08T23:00:00.000Z (America/New_York)
- **Where**: New York, United States
- **Organizer**: Eon
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/Break-It-Fix-It-Prove-It-The-Agentic-Data-Recovery-Workshop-feA3jigLhGVEgtP0uJnj?utm_medium=web&utm_campaign=catalogApi

## About

<p>Ever wanted to be handed a sandbox where it’s safe to break things on purpose? Curious about how to use AI agents to investigate and fix real data incidents? You belong at Break It, Fix It, Prove It: a hands-on workshop built to prepare you for ransomware, recovery, and so much more.</p><p>​In this workshop, you'll:</p><ul><li><p>​Learn how to run agents securely in Bedrock Agentcore runtime</p></li><li><p>​Deploy an end-to-end ransomware recovery workflow on your own laptop</p></li><li><p>​Learn about Agentic security best practices, and how to put a human in the loop</p></li></ul><p>​You'll also hear from peers about how they're navigating agent disruption, testing restores, and juggling their work across regions and clouds. To cap off the workshop, we'll celebrate on a private rooftop with an open bar, plenty of food, and great company.</p><p>​Spaces at this hands-on workshop are limited, so register now to save your spot.</p><p><em>This event is part of #AIWeekNY by Pulse NYC -- a community-led festival celebrating innovation across the AI ecosystem. More at&nbsp;</em><a target="_blank" rel="noopener noreferrer nofollow" href="https://pulse.nyc/ai-week/"><em>https://pulse.nyc/ai-week/.</em></a></p><p><img src="https://firebasestorage.googleapis.com/v0/b/blockchainarmy-6ed76.appspot.com/o/EmailsImage%2FEXDBmdX33qT3l7Ryb9bVW3Bj1Lr2%2Fai-week-ny-logo-black-nobg.png-1790109243212?alt=media&amp;token=316bf7c9-5104-4587-91f6-4e17e3cb469c" width="84"></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `BxU3cpRVhnaCnPgrb7i3` | General Admission | free | usd | yes | 1–unlimited | no | — |

Prices exclude the service fee. `buyable now` is a boolean, not a count —
remaining stock is the organizer's information and is not published; create
a checkout session to find out whether a given quantity fits.

## Registration questions

| question id | question | type | required | answerable | options |
| --- | --- | --- | --- | --- | --- |
| `ua89wsrwlr8yjqj7wjprh` | Company | text | yes | yes | — |
| `1w53g63hl4sj4vcau4zqur` | Job Title | text | yes | yes | — |
| `cj9joubpm3cekgsw3qvzn` | Any allergies or dietary restrictions to share? | text | no | yes | — |

Send these back as `attendee_answers` (`{ question_id, value }`). A missing
required answer keeps a checkout session unpayable. `dropdown` and
`multipleChoice` answers must match one of the listed options exactly.

## Buying this with an agent

The `ticket type id` column above is `items[].id` below. This body is
complete and can be sent as it stands, with the buyer details replaced:

```
POST https://www.gomry.com/api/v1/checkout_sessions
Authorization: Bearer <token>
API-Version: 2025-09-12
Content-Type: application/json

{
  "items": [
    {
      "id": "BxU3cpRVhnaCnPgrb7i3",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "ua89wsrwlr8yjqj7wjprh",
      "value": "<answer>"
    },
    {
      "question_id": "1w53g63hl4sj4vcau4zqur",
      "value": "<answer>"
    }
  ]
}
```

The response `totals` is the authoritative price — it includes the service
fee, which is not in the table above and depends on the cart and the
organizer's fee settings. Never compute a total from this document.

No human is needed for the credential: register at `https://www.gomry.com/api/mcp/oauth/register`
for the `client_credentials` grant. Full flow: https://www.gomry.com/auth.md
