Import an agent from AGENTS.md
Agents
Import an agent from AGENTS.md
Parse an AGENTS.md document (YAML front matter + markdown
instructions) and create a new agent from it. Provisions a
service account; failure to provision rolls back the creation.
POST
Import an agent from 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).
Body
application/json
Full AGENTS.md document (front matter + markdown).
Maximum string length:
200000