Edge

Agentic Development

Your AI agent
deploys your app

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

Free account, $5 starter credit, and an agent code in under two minutes. Your agent does the rest.

Cursor Agent

# You say:

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

# Agent connects to Edge

GET /agent → 5 products, $47.20 remaining

# Agent deploys

Storage bucket created

12 files uploaded

CDN deployment configured

DNS CNAME added

SSL certificate issued

Contact form protected with Edge Shield

# Agent reports back:

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

with CDN, automatic SSL, and bot protection

on the contact form. 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.

One paste to production

Deploy without leaving your editor

No SDK to install, no dashboard to learn. Create a free account, generate a scoped agent code, and hand it to Cursor, Claude Code, Windsurf — whatever you already use. Paste this, and your agent discovers the platform and ships your app.

Paste into your AI assistant
You can deploy to Edge Network. Here's my agent access code:
ea_live_YOUR_CODE

Read https://edge.network/agent to discover what you can do, then deploy
this app: put static assets on Edge Storage, front them with the CDN,
add the DNS record for app.mysite.com, and issue SSL. Report the live
URL and the estimated monthly cost when you're done.

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 your free account

Sign up in under two minutes — no card required, with a $5 starter credit to deploy against.

2

Generate a scoped agent code

Choose the products, permissions, and budget the agent can use. Revoke it any time.

3

Give it to your agent

Hand the code and the URL https://edge.network/agent to your AI assistant — no SDK to install.

4

Agent discovers and deploys

One API call reveals everything it can do; then it creates storage, configures CDN, sets up DNS, issues SSL, and reports the live URL.

5

Agent monitors and reports

Ask how things are going. It checks health, tracks spend against your cap, 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, MCP & Scripts

MCP-based agents, 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 Shield

Permissions

Deploy Manage Delete

Budget Cap

$50/month
Soft cap

Ready to let your agent build?

Create a free account, generate an agent code, and start deploying in seconds. No card required.