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!\" })"}'
Start your free trial - no credit card required
This helps us optimize your experience
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...