Export an agent as AGENTS.md
Agents
Export an agent as AGENTS.md
Returns the agent’s portable AGENTS.md document (YAML front
matter + markdown instructions). Response media type is
text/markdown; the response is sent with
Content-Disposition: attachment; filename="agent-export.agents.md".
GET
Export an agent as AGENTS.md
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Path Parameters
Maximum string length:
64Response
AGENTS.md document.
The response is of type string.