---
title: "Invoice Processing Cost Hours. This AI Agent Fixes It - #AIWeekNY"
description: "<p>Every month, finance teams burn hours manually reconciling &amp; keying invoices. It does not have to be this way. In this session, you will watch a real AI agent read invoices, extract the data, a"
canonical: "https://www.gomry.com/event/Invoice-Processing-Cost-Hours-This-AI-Agent-Fixes-It-AIWeekNY-nxBXNxPEZY5Gw1FVEfNx"
---

# Invoice Processing Cost Hours. This AI Agent Fixes It - #AIWeekNY

- **Event id**: `nxBXNxPEZY5Gw1FVEfNx`
- **Starts**: 2026-10-07T17:00:00.000Z (America/New_York)
- **Ends**: 2026-10-07T19:00:00.000Z (America/New_York)
- **Organizer**: Nexlytix Inc.
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/Invoice-Processing-Cost-Hours-This-AI-Agent-Fixes-It-AIWeekNY-nxBXNxPEZY5Gw1FVEfNx?utm_medium=web&utm_campaign=catalogApi

## About

<p>Every month, finance teams burn hours manually reconciling &amp; keying invoices. It does not have to be this way. In this session, you will watch a real AI agent read invoices, extract the data, and reconcile it, live. If you are curious what AI can actually do for your back office, come see it work on real invoices in real time.</p><p><strong><em>What you'll learn</em></strong></p><p><strong>See how the agent reads any vendor's invoice</strong><br>Watch the live extraction cascade: from a clean PDF to a messy scan, all in real time.</p><p><strong>See how it knows when to trust itself</strong><br>Watch the confidence scoring that flags a shaky extraction.</p><p><strong>See a brand-new vendor onboarded in minutes</strong><br>Watch one new vendor invoice get registered into the agent and process it.</p><p><strong>See what it costs to own</strong><br>A quick look at running your own agent versus paying for SaaS.</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 |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `zjKOfAwK6wOKhfAA2qkC` | 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.

## 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": "zjKOfAwK6wOKhfAA2qkC",
      "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
