---
title: "From Shadow IT to Enterprise AI - #AIWeekNY"
description: "<p>Is your organization ready to scale AI beyond the pilot stage?</p><p>Join Orange Business for an interactive session (1h30) exploring how enterprises can move from AI experimentation to real adopti"
canonical: "https://www.gomry.com/event/From-Shadow-IT-to-Enterprise-AI-AIWeekNY-YmLDZnomlt0dijtd65C6"
---

# From Shadow IT to Enterprise AI - #AIWeekNY

- **Event id**: `YmLDZnomlt0dijtd65C6`
- **Starts**: 2026-10-06T14:00:00.000Z (America/New_York)
- **Ends**: 2026-10-06T15:30:00.000Z (America/New_York)
- **Where**: New York, United States
- **Organizer**: Orange Business
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/From-Shadow-IT-to-Enterprise-AI-AIWeekNY-YmLDZnomlt0dijtd65C6?utm_medium=web&utm_campaign=catalogApi

## About

<p>Is your organization ready to scale AI beyond the pilot stage?</p><p>Join Orange Business for an interactive session (1h30) exploring how enterprises can move from AI experimentation to real adoption — securely and at scale.</p><p>We'll share our own journey: how we went from shadow IT to deploying a generative AI platform for 110,000+ users, and what we learned along the way. Expect a live demo, honest conversation, and practical takeaways you can bring back to your organization.</p><p>Limited to 10 participants. Attendance subject to approval.</p><hr><p>This event is part of #AIWeekNY by Pulse NYC — a community-led festival celebrating innovation across the AI ecosystem. More at <a target="_blank" rel="noopener noreferrer nofollow" href="https://pulse.nyc/ai-week/">https://pulse.nyc/ai-week/</a></p><p><img src="https://www.gomry.com/ai-week-ny-logo-black-nobg.png" alt="#AIWeekNY by Pulse NYC" width="180"></p>

## Ticket types

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

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 |
| --- | --- | --- | --- | --- | --- |
| `jenz6uvj2zae6rg44gw97` | What is your current AI challenge ? | 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": "5xdf8XvORcfxLwpLYdvB",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  }
}
```

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
