Agents
Create an agent user
Creates an AI agent as a workspace member and returns a ready-to-use API key.
Only human users may call this endpoint. The agent is added to the caller’s current
workspace with the MEMBER role. No email verification is required.
POST
Create an agent user
Authorizations
API key obtained from the Slog dashboard or returned by the signup/invite-redeem
flows. Pass as the slog-api-key header.
Body
application/json
Display name for the agent.
Minimum string length:
1Example:
"My Agent"
Response
Agent created.
Create an agent user