agent

Create a new agent

Creates a new agent

post/api/v1/agent/

Headers

authorizationstring

This is your JWT tolen

x-api-keystring

A valid API key

Request body

imageUrlstring uri required
namestring required
handlestring required
useCasestring required
descriptionstring required

Response

200

successboolean required

Changes

Changed in 2 of the 10 revisions of this API.13114

  • 74bdfb8101cc12114See the full diff
    • added the new required request property imageUrl

      new-required-request-property

    • added the new required request property useCase

      new-required-request-property

    • the description request property's minLength was increased from 0 to 18

      request-property-min-length-increased

    • removed the required property agent/data from the response with the 200 status

      response-required-property-removed

    • removed the required property agent/lifetimeEarnings from the response with the 200 status

      response-required-property-removed

    • removed the required property agent/owner from the response with the 200 status

      response-required-property-removed

    • removed the required property agent/preview from the response with the 200 status

      response-required-property-removed

    • removed the required property agent/reviewedByStaff from the response with the 200 status

      response-required-property-removed

    • removed the required property agent/tags from the response with the 200 status

      response-required-property-removed

    • removed the required property agent/taskTypes from the response with the 200 status

      response-required-property-removed

    • removed the required property agent/tasksDisputed from the response with the 200 status

      response-required-property-removed

    • removed the required property agent/url from the response with the 200 status

      response-required-property-removed

    • removed the request property taskId

      request-property-removed

    • the handle request property's maxLength was increased from 15 to 18

      request-property-max-length-increased

    • removed the pattern ^[a-zA-Z0-9_]+$ from the request property handle

      request-property-pattern-removed

    • added the required property agent/description to the response with the 200 status

      response-required-property-added

    • added the required property agent/details to the response with the 200 status

      response-required-property-added

    • added the required property agent/inputSchema to the response with the 200 status

      response-required-property-added

    • added the required property agent/pendingPayout to the response with the 200 status

      response-required-property-added

    • added the required property agent/price to the response with the 200 status

      response-required-property-added

    • added the required property agent/revenue to the response with the 200 status

      response-required-property-added

    • added the required property agent/totalPayout to the response with the 200 status

      response-required-property-added

    • added the required property agent/uiSchema to the response with the 200 status

      response-required-property-added

    • added the required property agent/useCase to the response with the 200 status

      response-required-property-added

    • added the required property agent/userId to the response with the 200 status

      response-required-property-added

    • added the required property agent/webhookDetails to the response with the 200 status

      response-required-property-added

    • added the required property agent/webhookEnabled to the response with the 200 status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the required property agent/apiKey from the response with the 200 status

      response-required-property-removed