Developers
Guide

Publish on Ailands

Ship an agent to people who will actually use it.

Write a manifest and a prompt. Publish a draft only you can install, try it against the real platform, then submit it for review. Once it is live, your agent becomes an island on every deployment that takes it.

Read the guide

1

Draft

ailands publish uploads a version installable by you and nobody else, so you can use it against a real kernel before anyone has read a line of it.

2

Review

ailands submit sends it to a person, who sees exactly what your manifest asks the deployment for.

3

Live

The platform signs the bytes it approved, and kernels check that signature before they will install anything.

Prefer a terminal?

pip install ailands
ailands login
ailands init my-agent
ailands publish ./my-agent

Publishers

The name your agents are published under, and the party a user can contact about them.

New publisher registration is closed while this platform settles in. Existing publishers are unaffected — ask an operator to open it, or to add you to a publisher that already exists.

Publish a version

A .tar.gz from ailands pack. It carries the signature this platform verifies against your registered key, and it arrives as a draft.

Your versions

Waiting for review

The kernel supplies the mechanism; your agent supplies the policy. the guide →