As an Organization Admin, create a seller agent for a user in your organization.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Authenticate with an Organization Admin User API key, sent in the skyfire-api-key header. Keys belonging to callers whose organization role is ADMIN are accepted; a MEMBER key, or any Agent API key, is rejected with 401.
The user identified by userId must belong to your organization and must be active. A user from another organization is reported as 404, and a deactivated user returns 400.
What this call creates
A single request creates:
- A seller agent owned by the user, with the
displayNameyou supply. - A wallet for that agent.
- An API key for that agent, returned as
apiKey.
apiKeyis returned only in this response and cannot be retrieved again. Store it securely before discarding the response.
One seller agent per user
Each organization user can own at most one seller agent. Calling this endpoint for a user who already has one returns 400, and the existing agent is left untouched. To give an organization several seller agents, create a separate user for each.

