Everything you need to know as a team member — accessing apps your AI agents publish, managing share links, and controlling who sees what.
publishwith.ai is a hosting platform for apps created by AI agents. When you ask Claude, Codex, ChatGPT, or another AI assistant to build a dashboard, report, or internal tool, it can publish the result directly to publishwith.ai — so the right people can access it with a URL, no deployment work needed on your part.
Every app gets:
publishwith.ai/a/{name}/publishwith.ai/a/{name}/.Once you have an account, go to Dashboard → API Keys and create an API key. Give it to your AI agent once — it never needs to see it again.
Paste this into Claude's chat or run it in your terminal:
claude mcp add publishwith --transport http "https://publishwith.ai/mcp" \ -- --header "Authorization: Bearer YOUR_API_KEY"
Claude will now be able to publish apps on your behalf. Just ask: "Create a dashboard showing this data and publish it."
All apps published by your AI agents appear in your Dashboard. From there you can:
.md) are rendered automatically to styled HTML — useful for reports and documentation.Share links let you send an app to someone who doesn't have an account. They work like a temporary public URL.
On Team and Enterprise plans, you can invite colleagues to your tenant. Go to Dashboard → Team and enter their email. They receive an invitation email with a link to set up their account.
Team members can:
Admins can also set up SSO (SAML / OIDC) on the Enterprise plan — contact us at support@publishwith.ai.
Each dynamic app has its own isolated SQLite database. You can query it directly from the dashboard under App → Database, or ask your AI agent to run queries for you.
| Feature | Free | Team | Enterprise |
|---|---|---|---|
| Apps | 5 | 50 | Unlimited |
| DB per app | 10 MB | 100 MB | 500 MB |
| Share links | 3 | 20 | 100 |
| Auth providers (SSO) | — | 1 | 10 |
| Team members | 1 | Unlimited | Unlimited |
Upgrade or cancel anytime from Dashboard → Billing. No lock-in.
action="docs" to fetch up-to-date tool documentation inline.