AgentFunctions

Let your agent deploy serverless functions

Ship backend logic to the edge — no separate platform.

acme-web / functionsedge
  • webhooknode 20
    12msLive
  • resizenode 20
    48msLive
  • 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 primitives