serve
Give anything on your machine a public HTTPS link — live from your computer, or hosted by serve.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |