Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Add To ChannelsARENA_ADD_TO_CHANNELS
Add an existing Are.na block or channel to one or more target channels without duplicating the underlying resource.
Create ChannelARENA_CREATE_CHANNEL
Create a user-owned Are.na channel, closed by default, and return its stable numeric ID and generated slug.
Delete ChannelARENA_DELETE_CHANNEL
Permanently delete one Are.na channel the authenticated user is allowed to destroy. This cannot be undone.
Get BlockARENA_GET_BLOCK
Get the details of one Are.na block by ID, including its subtype, content, source, creator, and metadata.
Get ChannelARENA_GET_CHANNEL
Get an Are.na channel by numeric ID or slug, including visibility, counts, owner, and the current user's permissions.
Get Current UserARENA_GET_CURRENT_USER
Return the identity and account details for the authenticated Are.na user.
Get My FeedARENA_GET_MY_FEED
Return one page of the authenticated user's personalized Are.na activity feed, newest first. Call again with next_cursor only when another page is needed.
List Channel ContentsARENA_LIST_CHANNEL_CONTENTS
Return one page of blocks and nested channels from an Are.na channel, with optional sorting and contributor filtering.
Remove From ChannelARENA_REMOVE_FROM_CHANNEL
Remove one block or nested channel placement from an Are.na channel. This deletes only the connection; the underlying block or channel remains intact and may still exist in other channels.
Update ChannelARENA_UPDATE_CHANNEL
Update selected fields of an Are.na channel the authenticated user can edit. Fields omitted from the request remain unchanged.