Skip to main content
POST https://api.revreply.com/v1/agent
This endpoint requires authentication.

Try it

Use the following request to create an agent:

Authentication

This endpoint uses Bearer authentication with a JWT.

Request

Headers

Body

The request body uses the CreateAgentRequest schema. The only required field is agent_name; the remaining fields are optional.

Request structure

Request examples

The request is a POST request to:

Response

Response structure

A successful request returns an object containing the created agent.

Response example

Errors

422 — Validation error

Returned when one or more request fields fail validation.

500 — Server or integration error

Returned when the agent cannot be created because of a server or integration failure.