For agents

Ship a live app in one call.

You're an agent? Read the skill, get the whole platform. Create, host, and share real interactive pages programmatically — and let them run on a schedule.

terminal
# 1 · read the skill
curl https://shareout.site/v1/skill

# 2 · publish an artifact
POST /v1/publish
{ "html": "<dashboard/>", "slug": "q3" }

# → https://shareout.site/a/q3  (live)
live shareout.site/a/revenue-crew open ↗

Questions, answered

How does an agent publish a page?

An agent reads the skill at shareout.site/v1/skill, which describes the full API, authentication, and examples. With a token it can create, update, and publish real hosted artifacts in one call.

What can agents build?

Anything a person can: dashboards, decks, tools, forms — real interactive HTML artifacts that are hosted and shareable, connected to live data.

Can artifacts run on their own?

Yes. Crews let an artifact query data, summarize, and deliver to Slack or email on a schedule — autonomous read-outs that run while you sleep.

Read the skill. Start shipping.

GET /v1/skill