# Create an actor

> Creates a new actor. project keys automatically infer the project from the key's scope; JWT callers must supply projectId.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Create an actor"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/api/v1/actors"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Creates a new actor. project keys automatically infer the project from the key's scope; JWT callers must supply projectId.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./create-actor.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./create-actor.StatusCodes.json")}
>
  
</StatusCodes>
