v46

latestOpenAPI 3.0.0MITraw.githubusercontent.com2026-08-0311978417.1 KB
Mentions

Parse mentions in markdown text

Parses pasted text containing @ mentions and converts them to the proper mention format. Matches @agentName or @userName patterns against available agents and users.

post/api/v1/w/{wId}/assistant/mentions/parse

Path parameters

wIdstring required

ID of the workspace

Request body

markdownstring required

Markdown text containing @ mentions to parse

Example request

{
  "markdown": "Hello @JohnDoe, can you help with @MyAgent?"
}

Response

Parsed markdown with mentions converted to proper format

markdownstring

Processed markdown text with mentions converted to serialized format