What is Jelou Functions?
Jelou Functions is a serverless TypeScript platform where withdefine() you automatically get:
- HTTP endpoint ready to receive requests
- Validation of input and output with Zod
- MCP tool so your AI agents can invoke it directly
- Declarative cron jobs without additional infrastructure
- Multi-tool with
app()to group multiple tools in a single deployment
index.ts
What is it for?
Tools for AI agents
Create tools that your WhatsApp agents can invoke: query data, process payments, check statuses.
Webhooks and APIs
Receive callbacks from payment gateways, CRMs, or any external service with automatic validation.
Scheduled tasks
Run recurring tasks like sending reminders, syncing data, or cleaning up inactive sessions.
Instant deployment
From local code to production in seconds, with rollback included and CI/CD support.
Multi-tool functions
Group multiple tools in a single deployment with
app(): auto-generated routes, unified MCP, and independent cron.Prerequisites
Before you start, make sure you have:- Node.js 18+ installed
- Your Jelou account with access to Functions
- Your personal access token (prefix
jfn_pat_)
Next step
Quick start
Create, test, and deploy your first function in less than 5 minutes.