Skip to content

Interfaces

Pages an assistant builds and publishes.

7 tools — 3 read, 4 write.

ToolWhat it does
create_interfacewritePublish a self-contained static HTML interface (a snapshot artifact — report, deck, microsite).
delete_interfacewritePermanently delete an interface.
get_interfacereadGet the stored HTML and metadata of an interface by id.
get_interface_sharingreadGet the publish state of an interface: whether it has a public link, its public URL, who published it and when, and how many anonymous views it has had.
list_interfacesreadList all interfaces in this organization.
set_interface_public_linkwriteEnable or disable the public link of an interface.
update_interfacewriteUpdate an interface.

Calling these

Over MCP, find one with search_tools, then run it with execute_tool. Over REST, POST /api/capabilities/<tool> with the arguments as the JSON body. Either way, fetch the input schema for the tool you're about to call rather than guessing — get_tool_schema over MCP, or GET /api/capabilities?name=<tool> over REST.

See How the API works for auth, errors and the shared envelope.

Docs as of 2026-08-31.