Generate full-featured connectors, handle OAuth, and build data topologies using our AI-First SDK framework and pre-defined LLM rulesets.
AI Bootstrap currently targets the Orchesty Node.js SDK. The starter template, the rule pack, and the prompt below are wired for Node.js + TypeScript.
Copy this prompt into your AI tool (Cursor, ChatGPT, Claude, etc.) and start building.
Bootstrap an Orchesty integration worker in the current directory.
1. Clone https://github.com/Orchesty/orchesty-nodejs-bootstrap.git into the current directory (no `my-worker` subfolder), then `rm -rf .git && git init`.
2. Open AGENTS.md and follow its "Setup workflow" section in order. It picks between local Node.js and Docker based on what's available on the host (and asks me if both work), brings up the project, materializes the AI rules into your tool's native rule directory, and verifies the build.
Then build the integration described below.
<!-- Replace this section with the user's specific requirements:
e.g. "Connect HubSpot and Shopify — sync contacts to customers" -->Everything you need to go from prompt to production.