Sylphx NetworkPreview
Domains, certificates, routes, and fixed egress addresses.
Part of Sylphx: the same account, the same key, and the same bill as every other service. In the same league as Cloudflare.
What Sylphx Network does
Your domains
Verify a domain once, then route any host under it. Certificates renew well before expiry.
Routes and redirects
One exact host to one service or a redirect, answered at the edge from its last good configuration.
Known egress
Outbound traffic leaves from declared per-region addresses you can allowlist.
- Billed by internet egress; requests are not metered.
Quickstart
Your first call
Install the SDK, set SYLPHX_API_KEY to a key from the console, and call the API. The CLI speaks the same API.
index.ts
import { Sylphx } from '@sylphx/sdk'
// Reads SYLPHX_API_KEY: one key for every Sylphx service.
const sylphx = new Sylphx()
const me = await sylphx.access.whoami({})
for await (const item of sylphx.network.domains.listAll({ parent: me.project! })) {
console.log(item.name)
}Install
npm install @sylphx/sdkCLI
sylphx network domains listPricing
Pay for what you use
Start free. Pro is $20 a month and includes $20 of usage across every service; usage past it bills at the prices below, up to your spend cap.
Free includes
- Egress (internet)
- 5 GB
Pro includes
- Egress (internet)
- 100 GB
Then
- Egress (internet)
- $0.05 / GB
- Egress (between regions)
- Free
- Egress (within a region)
- Free
- Requests
- Free