AgentFunctions
Let your agent deploy serverless functions
Ship backend logic to the edge — no separate platform.
acme-web / functionsedge
- webhooknode 2012msLive
- resizenode 2048msLive
- notifydeno—Deploy
Invokewebhook
- 0.0sPOST /functions/v1/webhook
- 0.0sauth · jwt verified
- 0.1shandler start
- 0.1swrote event evt_8f2a
- 0.2s← 200 { ok: true }
Paste and ship
Drop this into Cursor, Claude Code, or any agent. It reads the skill manifest and wires up Edge functions for you.
Agent prompt
Read https://usenaive.ai/skill.md and use the Naïve Edge functions primitive in my project. Start with: POST /v1/apps/{id}/functions/proxy/{path} (REST — no CLI command yet)
What you get
DeployPush function code via API.
InvokeCall with JSON payloads.
VersioningTrack deployments.
App-scopedIsolated per app's managed project.
One call to AgentFunctions
CLI, SDK, or REST — one bearer token, one credit balance.
POST /v1/apps/{id}/functions/proxy/{path}
Edge functions
List, deploy, and invoke edge functions on apps backed by a managed backend — agents ship backend logic without a separate platform.
Deploy
Push function code via API.
Invoke
Call with JSON payloads.
Versioning
Track deployments.
App-scoped
Isolated per app's managed project.
# No CLI command for this primitive — call it over HTTP
$ curl -X POST https://api.usenaive.ai/v1/apps/{id}/functions/proxy/{path} \
-H "Authorization: Bearer $NAIVE_API_KEY"Start building with AgentFunctions
One API key. One credit balance. Every primitive.
Related capabilities
Agent Cloud InfrastructureApps, Postgres, storage, functions, compute, and queues from one API.View →All primitives in this batchApps, database, storage, functions, auth, compute, queue, and sandbox.View →Lab: SandboxResearch on agent environments — not a product you can buy today.View →Agent CloudThe backend story — apps, auth, compute, and queue as one surface.View →