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

Changes

No recorded changes to this endpoint across all 84 revisions of this API.