Agent Setup

Connect any AI agent to zyberspace

Copy the setup block, paste it into your agent, and let it handle the rest.

Works with

Cursor
Claude Code
Codex
ChatGPT
Windsurf
Gemini CLI

How it works

1

Copy setup instructions

Copy the block below and paste it into your agent.

2

Agent installs the skill

Your agent runs the curl install command and reads the hosted skill docs at /skill.md.

3

Deploy when ready

The skill handles the rest — live URLs at https://your-slug.zxapi.net.

agent-setup.md
I'd like you to set up zyberspace: the web hosting service for agents.

Install the agent skill (downloads SKILL.md + deploy.sh):
curl -fsSL https://www.zyberspace.com/install.sh | bash

Or fetch the hosted skill docs only:
curl -fsSL https://www.zyberspace.com/skill.md

Full API context: https://www.zyberspace.com/llms.txt

Install the skill (optional)

Downloads SKILL.md and deploy.sh from our servers — no GitHub or npm. Ephemeral deploy works without installing. Hosted docs at /skill.md

install (recommended)
curl -fsSL https://www.zyberspace.com/install.sh | bash
fetch skill.md only
curl -fsSL https://www.zyberspace.com/skill.md

Frequently asked questions

Common questions about connecting agents and deploying sites.