Skip to main content

Functions

< 5ms cold start

Serverless 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.

Overview
Pricing
Usage
Docs
Examples

Quick Start

1

Write a TypeScript handler that exports a default async function

2

Deploy with: sylphx functions deploy <name> --file ./index.ts

3

Invoke via the URL shown in the output

4

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

MethodDescription
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