serve
Give anything on your machine a public HTTPS link — live from your computer, or hosted by serve.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Account Status: Return the account's plan, entitlement, live tunnels, and owned links, plus storage/transfer/publish usage. Owned links are unlimited by count.
- Links: List all owned links with residency, protection, and published-artifact info, plus live-tunnel capacity and storage/transfer/publish usage. Owned links are unlimited by count.
- Protect Link: Enable capability-token protection on an owned link. Returns a share URL that carries the capability — anyone holding that URL can view the link. A viewer secret code is also set, but it
What data it sees
Do you need an account
No: the server works without sign-in
Give anything on your machine a public HTTPS link — live from your computer, or hosted by serve.
You already ask your AI to make things. Now ask it to share them. Every link is either live from your machine or kept alive on serve's servers, and switching between the two is one sentence to your agent.
Server tool list (8)
Raw names from tools/list. Only developers need these.
| account_status | Return the account's plan, entitlement, live tunnels, and owned links, plus storage/transfer/publish usage. Owned links are unlimited by count. |
| links | List all owned links with residency, protection, and published-artifact info, plus live-tunnel capacity and storage/transfer/publish usage. Owned links are unlimited by count. |
| protect_link | Enable capability-token protection on an owned link. Returns a share URL that carries the capability — anyone holding that URL can view the link. A viewer secret code is also set, but it is shown only in the serve console, never here. |
| renew_link | Regenerate the capability token for a protected link and reset its timer. Returns a new share URL; the previous one stops working. The regenerated viewer secret code is shown only in the serve console, never here. |
| revoke_link | Revoke the active secret code and capability token while keeping owner access intact. |
| serve | Publish inline content to a public HTTPS URL that serves from the cloud. Pass content (text) or content_base64 (binary), plus filename. Set name to request a specific link. The link stays live with no machine online until stop_remote is called. |
| stop_remote | Unpublish a remote link, deleting its stored bytes immediately and returning the link to local residency. |
| unprotect_link | Clear protection on an owned link, returning it to public access. |