services
Create Service
Create a new service.
POST
Authorizations
Body
application/json
Request model to create a service.
The name of the service
Example:
"Weather tools"
The description of the service
Example:
"Service containing tools for fetching weather information"
Response
200
application/json
Successful Response
Response model for service operations. A service is a collection of tools.
The name of the service
Example:
"Weather tools"
The description of the service
Example:
"Service containing tools for fetching weather information"
The internal ID of the service
Example:
1
The timestamp of the most recent update to the service
Example:
"2024-01-01T12:00:00Z"
The email of the user who last updated the service
Example:
"user@email.com"
Names of tools that belong to the service
Example:
["hangup", "summary"]
Free text providing comment about what was updated
Example:
"Updated description to correct typo"