Agent share links let anyone talk to your agent with no account

Create a revocable, budget-capped share link for any agent. Share the URL and the recipient opens it and talks — no account, no embed, no setup.

Developer Relations · SpeechifyAI Labs
1 min read

You can now mint a share link for any agent. Send the URL to someone and they open it and talk. No account, no embed code, no setup.

Each link carries its own per-call-second budget and a simultaneous-call ceiling. A link that runs out returns 409 share_link_exhausted. One at its concurrency cap returns 429. An unknown, revoked or expired token returns 404 share_link_not_found — the three states are deliberately indistinguishable.

The owner manages links through the agent’s share-links management endpoints: list, create, revoke, and reveal. Revocation is idempotent. Reveal reads a token back so you can re-send a URL you lost — re-creating the link would kill the copy the recipient already has.

Every cap falls back to a bounded default and there is no way to express “unlimited”. The recipient is anonymous and holds no plan of their own, so the link’s own budget and concurrency ceiling are what bound it.

See the docs changelog for the API reference.