Agent-first serverless functions platform

  • Sub-50ms cold starts
  • 5 runtimes: Node.js, Python, Go, Ruby, Rust
  • One API call to deploy & invoke
  • Per-invocation billing, no idle costs
  • No credit card required
Deploy in one API call
curl -X POST https://api.taufunctions.com/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...