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
Example request
{
"markdown": "Hello @JohnDoe, can you help with @MyAgent?"
}Response
Parsed markdown with mentions converted to proper format