Platform Docs

Everything you need to build fast.

Explore guides, API references, and examples
to integrate and deploy with the Nexon platform.

99.9%

Uptime SLA

1.2TB

Throughput / Sec

240+

Global Regions

Zero

Manual Ops

Quick Start

Up and running
in minutes.

Follow these four steps to deploy your first project.
No complex setup — just install, configure, and ship.

bolt
01

Install the CLI

Install the Nexon CLI globally using your preferred package manager.

bolt
02

Authenticate

Link your account with the CLI to access your projects and credentials.

bolt
03

Initialize Project

Create a new project or link your existing codebase to a Vertex project.

bolt
04

Deploy

Push your project to the edge. Your application is live globally in seconds.

Workflow

One push to main. Live at the edge.

How Nexon automates your entire workflow — from code push to live production.

01
commit

Push to Git

Connect your repository. Nexon detects every push to main and triggers a new build automatically.

build

Build & Optimize

Your functions are bundled, tree-shaken, and optimised for the edge runtime in under 30 seconds.

02
rocket_launch

Deploy to Edge

Your code is distributed to 240+ edge nodes worldwide simultaneously

03
link

Live URL

Your deployment is live globally. Real-time logs, metrics, and alerts start flowing to your dashboard.

04
Guides

Step-by-step

walkthroughs.

Practical guides to help you implement common patterns — from authentication to multi-region deployments.

Database

Querying Edge SQL

Connect to Edge SQL from your functions and run low-latency queries against the nearest read replica. This guide covers setup, the query client, and common patterns for data fetching at the edge.

schedule

10

mins to read

arrow_outward
Observability

Setting Up Log Drains

Forward your project's logs to any external destination in real time. Log drains support structured JSON output and work with any HTTP endpoint, making it easy to connect your preferred observability tool.

schedule

4

mins to read

arrow_outward
Deployment

Custom Domains & SSL

Attach your own domain to any Nexon project. Certificates are provisioned and renewed automatically — no manual configuration required.

schedule

5

mins to read

arrow_outward
API Reference

REST API

endpoints.

All API endpoints are authenticated via bearer tokens. Base URL: https://api.nexon.io/v1

Endpoint

Method

Status

Description

/projects
get
post
DELETE
stable
beta

List all projects belonging to the authenticated account.

/projects
get
post
DELETE
stable
beta

Create a new project and return the project object with credentials.

/projects/:id/deploy
get
post
DELETE
stable
beta

Trigger a new deployment for the specified project.

/projects/:id/logs
get
post
DELETE
stable
beta

Stream or paginate execution logs for a given project and time range.

/kv/:namespace
get
post
DELETE
stable
beta

Read a key-value pair from the specified namespace.

/kv/:namespace
get
post
DELETE
stable
beta

Write or update a key-value pair with an optional TTL.

/analytics/requests
get
post
DELETE
stable
beta

Retrieve aggregated request metrics by region, time window, and status.

/projects/:id
get
post
DELETE
stable
beta

Permanently delete a project and all associated resources.

Ready to scale?
Start building
at the edge.

We use cookies to improve your experience.