Starter Patterns
Choose the integration pattern that matches the surface you want to expose. Each card links to a documented path built on the current SDK API.
CLI App Starter
Start with one action and expose it through generated CLI commands with flags, JSON input, schema output, and stable envelopes.
MCP Server Bundle
Expose selected app capabilities through MCP tools and generate the stdio launcher plus descriptor used by MCP hosts.
Next.js AI SDK Bridge
Map selected actions to Vercel AI SDK-style tools from a Node-safe app entry while keeping app logic in the shared runtime.
React Invocation
Call the same Ageniti action from existing React UI handlers without replacing your router, components, or state management.
HTTP API Surface
Put the lightweight HTTP handler behind your own server, route handler, or API gateway while returning the same runtime envelope.
Tool Adapter Pattern
Use the shared runtime as the stable boundary when adapting actions into another tool ecosystem or internal platform.
OpenAI Function Tools
Generate OpenAI Chat Completions and Responses function tool schemas from the same explicit action contract.
JSON Automation Runner
Invoke actions from scripts, tests, and CI using JSON requests without standing up HTTP or MCP infrastructure.