Aveiro

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

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • 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).

What data it sees

Do you need an account

No: the server works without sign-in

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

Server tool list (13)

Raw names from tools/list. Only developers need these.

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.