Skip to main content
POST
Build a tool server from a connected account

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

app
string
required

App slug

Body

application/json
name
string

Tool server name. Defaults to the app name.

tools
string[]

Tool slugs to expose. Empty or omitted exposes every tool the app has (a large prompt — narrowing is recommended).

Response

Tool server created