Edge
Agent-Native Cloud Platform

Your AI agent
deploys your app

The first cloud platform with an API designed for AI agents. Give your coding assistant an access code and let it handle deployment, DNS, SSL, and monitoring — while you keep building.

Cursor Agent

# You say:

"Deploy my React app to portfolio.example.com"

# Agent connects to Edge

GET /agent → 4 products, $47.20 remaining

# Agent deploys

Storage bucket created

12 files uploaded

CDN deployment configured

DNS CNAME added

SSL certificate issued

# Agent reports back:

"Your portfolio is live at https://portfolio.example.com

with CDN, automatic SSL, and image optimization.

Estimated cost: ~$2.80/month."

Deployment shouldn't break your flow

You build an app with your AI assistant in minutes. Then deployment kills your momentum.

Without Edge Agent API

0:00

App built. Time to deploy.

0:05

Leave editor. Open hosting provider dashboard.

0:12

Create project, configure build settings, upload files.

0:20

Switch to DNS provider. Add CNAME record. Wait for propagation.

0:30

SSL not working. Debug certificate issuance. Retry.

0:45

Finally live. Context completely lost. What were you building?

With Edge Agent API

0:00

App built. "Deploy this to portfolio.example.com"

0:03

Agent creates storage bucket, uploads files.

0:08

Agent configures CDN, adds DNS record, triggers SSL.

0:15

"Your site is live at https://portfolio.example.com with CDN and SSL. ~$2.80/month."

0:16

You keep building. Flow unbroken.

45 minutes → 15 seconds. Never leave your editor.

Built for How Agents Think

Not a standard API with agent wrappers. Designed from the ground up for LLM interaction patterns.

Discovery-First API

Your agent calls one endpoint and learns everything — available products, current limits, existing resources, and budget. No documentation crawling needed.

Budget-Aware by Default

Every response includes cost context. Set soft or hard monthly caps so your agent operates within your limits without surprises.

Human-Readable Responses

Every API response includes a tell_user field — a plain English summary your agent can relay directly to you.

Dry Run Everything

Preview any action before committing. Your agent can show you exactly what would happen and what it would cost.

Project-Based Resources

Group VM + CDN + Storage + DNS into a project. Health check, scale, or teardown everything for an app in one call.

Errors as Guidance

When something goes wrong, the API tells your agent exactly what to do — and what to tell you.

How It Works

From access code to live app in five steps.

1

Create an Agent Access Code

In your Edge account, create a scoped code with the products and budget you want.

2

Give it to your agent

Share the code and the URL https://edge.network/agent with your AI assistant.

3

Agent discovers capabilities

One API call tells the agent everything it can do, what limits exist, and what's already deployed.

4

Agent deploys your app

The agent creates storage, configures CDN, sets up DNS, and reports back with the live URL.

5

Agent monitors and reports

Ask your agent how things are going. It checks health, tracks costs, and suggests optimisations.

Works with Any AI Coding Tool

The Agent API is a standard REST API. Any tool that can make HTTP requests — AI assistant, CI/CD pipeline, custom script — can use it. No SDK required, no vendor lock-in.

AI Coding Assistants

Cursor, Windsurf, Cline, Aider, Claude Code — any agent that can run tools or make API calls

CI/CD Pipelines

GitHub Actions, GitLab CI, Jenkins — automate deployments with agent codes in your pipeline

Custom Agents & Scripts

LangChain, CrewAI, AutoGPT, or a simple curl command — if it speaks HTTP, it works

# curl
$ curl https://edge.network/agent \
    -H "Authorization: Bearer ea_live_..."

# Python
requests.get("https://edge.network/agent",
  headers={"Authorization": "Bearer ea_live_..."})

# JavaScript
fetch("https://edge.network/agent", {
  headers: { Authorization: "Bearer ea_live_..." }
})

# Or just tell your AI assistant:
"Here's my Edge agent code: ea_live_...
Deploy my app to mysite.com"

You Stay in Control

Agent access codes give you fine-grained control over what your agent can do. Set it and forget it — or adjust permissions as your project evolves.

  • Scoped Permissions

    Choose which products and actions each agent can access

  • Budget Caps

    Soft caps warn, hard caps block — you choose the enforcement level

  • Full Audit Trail

    Every action taken by every agent is logged and traceable

  • Instant Revocation

    Revoke any agent code immediately — access stops instantly

Agent Code Configuration

Name

Cursor - Personal Projects

Products

Compute CDN Storage DNS

Permissions

Deploy Manage Delete

Budget Cap

$50/month
Soft cap

Ready to let your agent build?

Create an agent access code and start deploying in seconds.