Aveiro

Create, update, and publish real hosted websites from your agent via the Aveiro API.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Aveiro Me: Verify the API token and list its scopes and allowed sites.
  • Aveiro List Sites: List Aveiro sites this token can access (returns their UUIDs).
  • Aveiro Create Site: Create a new site (requires sites:write scope).

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Create, update, and publish real hosted websites from your agent via the Aveiro API.

Список инструментов сервера (13)

Технические названия из tools/list. Нужны только разработчикам.

aveiro_meVerify the API token and list its scopes and allowed sites.
aveiro_list_sitesList Aveiro sites this token can access (returns their UUIDs).
aveiro_create_siteCreate a new site (requires sites:write scope).
aveiro_list_pagesList draft pages in a site.
aveiro_get_pageRead one draft page by path or content ID.
aveiro_create_pageCreate a draft MDX page. Create parent collections first with aveiro_create_collection when needed.
aveiro_update_pageUpdate draft MDX content or metadata for an existing page.
aveiro_delete_pageSoft-delete a draft page. The homepage (/index.mdx) cannot be deleted.
aveiro_list_changesList draft pages with unpublished edits awaiting review.
aveiro_list_collectionsList collections (folders) in a site.
aveiro_create_collectionCreate a collection (folder) for organizing pages.
aveiro_delete_collectionDelete a collection and its pages (requires content:delete).
aveiro_publish_sitePublish dirty draft pages (requires publish:write). Publishes all changed pages when content_ids is omitted.