Create an actor
POST/api/v1/actors
Creates a new actor. project keys automatically infer the project from the key's scope; JWT callers must supply projectId.
Request
Responses
- 200
- 201
- 400
- 401
- 403
Actor already exists — returned when externalId matches an existing actor in this project (idempotent)
Actor created
Invalid request body
Unauthorized
Forbidden