Agent-first serverless functions platform

  • Sub-second warm invokes, scale-to-zero idle
  • Node.js 18/20/22 live — Python, Go, Ruby, Rust coming
  • One API call to deploy & invoke
  • Per-invocation billing, no idle costs
  • CLI + MCP server for coding agents
Deploy in one API call
curl -X POST https://taufunctions.com/saas/api/v1/sdk/tau/functions \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{"name":"hello","runtime":"nodejs20",
       "handler":"index.handler",
       "code":"exports.handler = async () =>
         ({ statusCode: 200, body: \"Hello!\" })"}'
1
Create Account
2
Use Case
3
Get API Key

Create your account

Start your free trial - no credit card required

or sign up with email
Must be 8+ characters with uppercase, lowercase, and number

Tell us about your use case

This helps us optimize your experience

Welcome to TauFunctions!

Your account has been created. Here's your first API key.

Important: Save this API key now. For security, we won't show it again. You can always create new keys in your dashboard.

Loading...