Skip to main content
POST
Create Tool Credential

Description

This endpoint creates a new credential for a tool.

Endpoint

POST /v3/tools/credentials

Authentication

API Key (x-api-key) must be included in the header.

Request Body

Response

A message confirming that the credential was created.

Example Request


Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required

The name of the credential.

provider_id
string
required

The provider ID this credential is associated with.

credentials
object
required

Key-value pairs of the actual credentials.

meta_data
object

Additional metadata related to the credential.

Response

Credential created successfully

message
string
Example:

"Credential created successfully."