master-zapier-plan-draft/vendor/zapier-platform/example-apps/openai
George Lambert b4150c8250 Milestone 0: import zappier billing, Verae middleware, and Zapier research
Compose-ready workspace: packages/zappier (rate card, portal, Stripe),
packages/verae-zapier-middleware (timestamp + NATS), packages/verae-zapier
(CLI app), vendor/zapier-platform, and research/zapier vendor corpus.

Gate 0 structure checks pass. Product code and research are not yet wired.
2026-09-09 02:37:36 -04:00
..
creates Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
dynamic_dropdowns Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
samples Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
test Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
.gitignore Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
authentication.js Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
constants.js Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
index.js Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
middleware.js Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
package.json Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
README.md Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00

OpenAI

This Zapier integration project is generated by the zapier-platform init CLI command. This integration in particular is using the OpenAI API to generate responses to prompts from users. For this integration, there is a constants.js file that will allow you to swap out the base URL and version of the API to swap if you are using an OpenAI compatible API to get started.

These are what you normally do next:

# Install dependencies
npm install  # or you can use yarn

# Run tests
zapier-platform test

# Register the integration on Zapier if you haven't
zapier-platform register "App Title"

# Or you can link to an existing integration on Zapier
zapier-platform link

# Push it to Zapier
zapier-platform push

Find out more on the latest docs: https://github.com/zapier/zapier-platform/blob/main/packages/cli/README.md.