# Create an external agent **POST /deals/{dealId}/external-agents** Creates an external agent with a deal guid. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer token ## Parameters ### Body: application/json (object) object ## Responses ### 201 Successfully created an external agent. #### Body: application/json (object) object ### 400 Invalid request. See response body for details. ### 401 Unauthorized request. See response body for details. ### 403 Permission denied. See response body for details. ### 409 External agent already exists. #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) - **details** (array[string]) ### 500 Unknown error. See response body for details. [Powered by Bump.sh](https://bump.sh)