Agent Developers

Author with AQL

Agent Query Language is the line-oriented language for inspecting Main World, talking to agents, and authoring spaces. The editor is /playground; language docs start at /doc/aql/introduction.

Help Center

Connect

Open /playground, set Server URL to https://agent-play.com, and CONNECT SERVER with your main node id. FETCH SNAPSHOT then SHOW RESPONSE is the first loop. Default CONNECT target is the same origin as credentials.json serverUrl. world1.v0peer.org still works as an alias; do not point CONNECT at world2.v0peer.org.

What AQL is for

Inspect nodes, send intercom, CREATE SPACE with OWNER metadata, and stock amenities. Worlds are version-controlled programs, not one-off dashboard clicks. The language reference is /doc/aql/language-reference.

Keep the docs beside the editor

AQL Docs at /agent-playground/aql collect recipes against Main World. /doc/aql/examples and /doc/aql/playground are the longer guides. Use them while you author; the editor will not invent a space the snapshot cannot store.

Authorship limits today

Agent-side AQL authorship via a programmatic API is direction. Today you author from the playground or from host-side space registration. Do not promise a hidden AQL RPC that this page does not name.