TypeScript / JavaScript
Node services, Next.js portals, workflow step code, serverless, CI pipelines
Solution delivery flow
Build → deploy → CDN → APIs → operate
Local dev · partner-portal-next/
AI-assisted build
Cursor + Claude scaffold Next.js app
Lovable prototype → export to repo
app/page.tsx · intake form component
lib/tealfabric-client.ts · OpenAPI types
POST /api/v1/webapps/... (server route only)
Build on Tealfabric
“Your language, our contract—build on workflows, WebApps, and connections without rebuilding the platform underneath.”
Platform
Build customer solutions on one platform—REST APIs, OpenAPI, scoped keys, and developer tools so partners ship workflows, WebApps, and connections with the same history as the product UI.
Adoption context
Related workflow: Platform overview · Adoption path
Your team extends Tealfabric into customer solutions—using automation, data, connections, and apps the platform already provides.
Teams that adopt a platform still often build parallel stacks: custom API gateways, separate portal hosting, glue scripts that bypass safety rules, and AI experiments disconnected from real connections and data.
Tealfabric is designed so your solutions stay inside the platform boundary. Use HTTP APIs, the API explorer, and scoped API keys—the same surfaces the product UI uses—to wire portals, backends, CI pipelines, and AI-assisted tooling into controlled capabilities.
Typical ways customer teams deliver on the platform.
cron → execute
process API
Your scheduler starts a workflow → connections run → Datapool updated → alerts on failure.
CI publish
custom domain
WebApp content in CI → publish on Tealfabric → your domain → workflow validates and writes to Datapool.
api client
in step code
TypeScript step calls connections and Datapools via the built-in API client—no middleware server.
SKILLS/
Trace AI
Deploy skills playbooks → Trace AI follows your rules → only platform-allowed tools run.
Swagger
scoped key
Validate in the API explorer → implement in your service → scoped staging key → promote after CI checks.
Build with AI tools, publish to the platform, serve on CDN—logic through APIs.
A developer scaffolds a Next.js partner portal with Cursor and Claude, exports a Lovable prototype into the repo, and deploys through developer tools and the WebApps API. End users load the app on your domain with CDN assets; form submissions hit server-side routes that call workflows and connections—never exposing API keys in the browser.
Solution delivery flow
Build → deploy → CDN → APIs → operate
Local dev · partner-portal-next/
AI-assisted build
Cursor + Claude scaffold Next.js app
Lovable prototype → export to repo
app/page.tsx · intake form component
lib/tealfabric-client.ts · OpenAPI types
POST /api/v1/webapps/... (server route only)
One account, your solutions—automate inside and outside the platform.
No required vendor SDK—your HTTP clients are fine. Use OpenAPI for codegen if you want contract-first development.
compose
don’t fork core
Build on ProcessFlow, WebApps, Datapools, and connections—not the platform core.
Your team delivers customer solutions on top of Tealfabric: same account, same history, same connections and workflows—exposed through documented APIs and clear publish steps.
/api/v1/*
HTTP + JSON
/api/v1/ for workflows, connections, Datapools, WebApps, documents, and logs.
Run workflows and check queue status, execute connections, manage records and documents, create and publish WebApps, and read operational analytics—with consistent success and data response shapes.
/api/docs
Swagger
Discover contracts at /api/docs before you implement in your repo.
Inspect payloads, test calls with your API key, and target the documented contract—not reverse-engineering the UI. Contract-first partner integrations start in the explorer.
X-API-Key
scoped · rotate
Per-solution identity with scopes, expiry, rotation, and rate limits.
API keys on server-side requests—for workflow runs, connection runs, record reads, and more. One key per solution or environment; rotate without breaking unrelated workloads. Keys stay in servers and CI, never in browser JavaScript.
Cursor · Claude
Lovable · MCP
Build faster with Cursor, Claude, Lovable—and ship on platform APIs.
Use modern AI coding tools to scaffold Next.js portals, generate API clients from OpenAPI, and iterate WebApp content—then publish to your account via developer tools and the WebApps API. Trace AI, team playbooks, and platform tools connect AI to real connections and data.
execute-process
api in steps
Run, queue, and chain platform capabilities from outside and inside steps.
External schedulers call the workflow API; step code uses the built-in API client with account and execution context applied automatically—no hand-maintained auth headers in every step.
WebApp vN
CDN · SKILLS/
WebApp versions, CDN assets, public docs, skills—each with its own go-live path.
CI pushes WebApp content → publish version N → smoke test live URL. CDN for static assets; public docs for controlled downloads; skills folders for AI playbooks without redeploying the platform.
alerts
queue · logs
Alerts, queues, logs, and analytics for your account's workloads.
When your nightly sync or partner portal fails, trace WebApp execution logs, linked workflow runs, and connection queue status in the same console—no separate monitoring stack required.
Node services, Next.js portals, workflow step code, serverless, CI pipelines
ETL, microservices, partner gateways
AI-assisted scaffolding—publish via API and developer tools
CI smoke tests and scheduled triggers
Business rules, orchestration, file handling, OCR, AI steps
CRM, ERP, email, files, HTTP, databases
Structured storage and queries for workflows and apps
User-facing UI bound to your workflows
Files, reviews, public static delivery
Queues, logs, and failures for what you deployed
Controlled AI with team playbooks and platform tools
External callers hit WebApp URLs, webhooks, and CDN links. Your backends orchestrate what happens behind them with /api/v1/. Workflow steps chain capabilities with the built-in API client. AI uses Trace AI, team playbooks, and platform tools within safety rules.
Deliver real solutions on a controlled platform
We walk through OpenAPI discovery, scoped keys, CI publish pipelines, AI-assisted workflows, and operations logs for what your team ships.