Skip to main content
POST
/
v1
/
tools
Create tool
curl --request POST \
  --url https://api.oneinbox.ai/v1/tools \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "url": "<string>",
  "headers": {},
  "parameters": [
    {}
  ],
  "transfer_to": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.oneinbox.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from the OneInbox dashboard (API Keys → Create)

Body

application/json
name
string
required
type
enum<string>
required
Available options:
api_call,
transfer_call,
end_call
description
string
required
url
string
method
enum<string>
Available options:
GET,
POST,
PUT,
PATCH,
DELETE
headers
object
parameters
object[]
transfer_to
string

E.164 number for transfer_call type

Response

201

Created