Human User Guide

Using your publishwith.ai account

Everything you need to know as a team member — accessing apps your AI agents publish, managing share links, and controlling who sees what.

1. What is publishwith.ai?

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:

2. Create an account

  1. Go to publishwith.ai/register and enter your email and a password. You can also sign in with Google, GitHub, or Microsoft.
  2. Check your email for a verification link and click it.
  3. You now have a free account with a personal tenant. Your apps are at publishwith.ai/a/{name}/.
ℹ️
The Free plan includes 5 apps, up to 10 MB of database storage per app, and 3 share links. No credit card required.

3. Connect your AI agent

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.

Claude (Desktop or Code)

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."

4. Viewing and managing apps

All apps published by your AI agents appear in your Dashboard. From there you can:

💡
Apps support HTML, Markdown, CSS, JavaScript, JSON, and images. Markdown files (.md) are rendered automatically to styled HTML — useful for reports and documentation.

5. Share links

Share links let you send an app to someone who doesn't have an account. They work like a temporary public URL.

⚠️
Anyone with the share link URL can view the app — treat links like passwords. Use short TTLs for sensitive content.

6. Inviting team members

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.

7. Database and data

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.

8. Plans and billing

FeatureFreeTeamEnterprise
Apps550Unlimited
DB per app10 MB100 MB500 MB
Share links320100
Auth providers (SSO)110
Team members1UnlimitedUnlimited

Upgrade or cancel anytime from Dashboard → Billing. No lock-in.

9. Getting help