Orq MCP is live: Use natural language to interrogate traces, spot regressions, and experiment your way to optimal AI configurations. Available in Claude Desktop, Claude Code, Cursor, and more. Start now →
Fetches the latest agent card from the external A2A agent and updates the cached card in the database. Similar to MCP server refresh functionality.
curl --request POST \
--url https://api.orq.ai/v2/agents/{key}/card/refresh \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"card": "<unknown>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique key identifier of the agent
The body is of type object.
Was this page helpful?
curl --request POST \
--url https://api.orq.ai/v2/agents/{key}/card/refresh \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>",
"card": "<unknown>"
}