Org-managed AI artifacts
Your AI work,
on your own URL.
Claim a subdomain. Everything your team builds with AI lives there, with access you control.
Public, password-protected, or sign-in only
Ideas worth
putting into the world.
Control
Everything lands on one subdomain.
Every artifact in one inventory: what exists, who made it, and who can open it. Remove someone once and it covers everything they published.
acme.every.link
| Project | By | Opens for |
|---|---|---|
| /spring-campaign | dani | @acme.com |
| /q3-dashboard | sam | @acme.com |
| /brand-refresh | priya | 6 people |
| /holiday-promo | dani | Anyone |
| /pricing-test | marco | Password |
Access
You choose who can open it.
Set it per project, change it later, and the URL never moves.
Public
Anyone with the link. Turn on indexing when you want it found.
Password
One shared password, no account needed.
Sign-in required
Named people, or anyone on your email domain.
Backend, optional
A database without writing a backend.
Create a collection and its schema in the dashboard. Your project gets REST endpoints on its own path.
Collection schema
{
"type": "object",
"required": ["name"],
"properties": {
"name": { "type": "string" },
"note": { "type": "string" }
}
}Your project
await fetch('/spring-campaign/_data/entries') await fetch('/spring-campaign/_data/entries', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ data: { name, note } }) }) // Requests stay on the project origin.
Agent-native
Your agent can publish for you.
The official CLI and deploy skill give agents one governed path for folders, HTML, Markdown, and ZIP archives.
Build where you work
Let your agent finish the page, brief, prototype, or dashboard.
Choose its home
Select the account workspace and a project name you will recognize.
Share the address
every.link publishes it with your access rules already attached.
Q3 Dashboard
14 files · published by your agent · deploy #42
Pricing
From convenience to control.
Free gets you a public link. Paid plans add control over who can open it. Viewers are always free.
Pro
$29/mo
or $290 a year
Choose Pro- Password + sign-in access
- Unlimited projects
- Database + uploads
- One publisher seat
Team
$99/mo
or $990 a year
Choose Team- 5 publishers, unlimited viewers
- Email + domain allowlists
- Org ownership and defaults
- Audit history
Business
$299/mo
or $2,990 a year
Choose Business- SAML SSO + SCIM
- Per-project isolated origins
- Enforced access policies
- 20 publisher seats
Publisher seats follow the selected plan. Larger or regulated organizations can talk to us about Enterprise.
FAQ
The usual questions.
What can I publish?
Anything static. Publish HTML, a Markdown file, a ZIP archive, or point the CLI at a folder. Markdown becomes a styled page.
Do my visitors need an account?
Only on sign-in-required projects. Public and password projects need no visitor account, and viewers are never billed.
Does republishing break links I have shared?
No. A project keeps its URL while each publish creates an immutable deploy you can inspect or roll back to.
What kind of database is it?
A JSON collection API for prototypes and internal tools. It is not positioned as a general-purpose production datastore.
Give your AI work an address.
Join the private beta and claim your account subdomain.