Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Chat With PeerHONCHO_CHAT_WITH_PEER
Run usage-bearing agentic search and reasoning over a peer's learned representation to answer a question. Higher reasoning levels generally cost more and take longer. Returns one non-streaming JSON response.
Create ConclusionsHONCHO_CREATE_CONCLUSIONS
Store a batch of 1-100 explicit conclusions about peers, optionally tied to sessions.
Create MessagesHONCHO_CREATE_MESSAGES
Add a batch of 1-100 attributed messages to a Honcho session. Message-level reasoning settings can trigger usage-bearing processing.
Delete SessionHONCHO_DELETE_SESSION
Permanently delete one known session and its session-scoped data. Honcho marks the session inactive immediately and completes deletion asynchronously.
Get MessageHONCHO_GET_MESSAGE
Return one message by its exact ID within a session.
Get or Create PeerHONCHO_GET_OR_CREATE_PEER
Return a peer by ID within a workspace, creating it with the supplied metadata and configuration when absent. Existing peers are returned unchanged.
Get or Create SessionHONCHO_GET_OR_CREATE_SESSION
Return a session by ID, or create it with initial peers, metadata, and configuration when absent. Creation may create missing peers and start usage-bearing processing when reasoning features are enabled; existing sessions remain unchanged.
Get or Create WorkspaceHONCHO_GET_OR_CREATE_WORKSPACE
Return a workspace by ID, or create it with metadata and configuration when absent. Enabling reasoning features during creation may start usage-bearing background processing.
Get Peer RepresentationHONCHO_GET_PEER_REPRESENTATION
Return a curated subset of conclusions representing a peer. Supplying search_query performs semantic retrieval and may consume paid search capacity; omit it for the existing default representation.
List ConclusionsHONCHO_LIST_CONCLUSIONS
Return one page of stored conclusions in a workspace; use Search Conclusions for semantic retrieval.
List MessagesHONCHO_LIST_MESSAGES
Return one page of messages in a session; use Get Message for exact-ID retrieval.
List PeersHONCHO_LIST_PEERS
Return one page of peers in a workspace.
List SessionsHONCHO_LIST_SESSIONS
Return one page of sessions in a workspace.
List WorkspacesHONCHO_LIST_WORKSPACES
Return one page of Honcho workspaces visible to the connected admin key.
Search ConclusionsHONCHO_SEARCH_CONCLUSIONS
Semantically search stored conclusions in a workspace. This operation may consume paid search or embedding capacity; use List Conclusions to browse stored conclusions without semantic retrieval.
Search MessagesHONCHO_SEARCH_MESSAGES
Semantically search messages at workspace, peer, or session scope. WARNING: this operation may consume paid search or embedding capacity; use list or get message tools for exact or chronological retrieval.