Create an agent profile
POST/api/v1/agent-profiles/create
Creates a profile in the caller's project library. profile_id must be unique
within the project — a duplicate fails with ALREADY_EXISTS rather than
overwriting. To replace an existing profile, use
update.
version on the supplied profile is ignored: the store assigns version 1 and
bumps it on every later mutation.
Request
Responses
- 200
Profile created; the stored record is echoed back