Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{deployment}/api/v1/tiro/api-keys \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "name": "automation", "description": "Make.com" } '
{}
Creates a new Tiro API key. Pro license required.
Your deployment's API key (MMK_API_KEY).
Created API key
The response is of type object.
object
Was this page helpful?