Functions
< 5ms cold startServerless V8 isolate functions
Serverless functions powered by V8 isolates (Deno runtime). Cold starts under 5ms, full Web Standard API, TypeScript native — no build step needed. Import npm packages via CDN. Each function runs in its own isolated V8 context per project. Pay per invocation, with a generous free tier.
Quick Start
Write a TypeScript handler that exports a default async function
Deploy with: sylphx functions deploy <name> --file ./index.ts
Invoke via the URL shown in the output
View logs in the console under Functions → Invocation Logs
Documentation
Key Concepts
Getting Started
Follow the quick start guide to set up this service.
Configuration
Configure the service using environment variables or the dashboard.
API Keys
Use your API key to authenticate requests to this service.
SDK Methods
| Method | Description |
|---|---|
sylphx.[service].[method]() | See documentation for available methods |
Need more details?
Check out our complete documentation for in-depth guides and tutorials.
View full documentation