create_api_key
Generate a new API key for Yourware MCP to ensure valid credentials, automatically saving it to /root/.yourware/credentials.json. Use it to update invalid or expired keys.
Instructions
Create a new yourware API key. This will automatically be stored in /root/.yourware/credentials.json. Use this tool if current credentials are invalid
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | No |
Input Schema (JSON Schema)
{
"properties": {
"api_key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Api Key"
}
},
"title": "create_api_keyArguments",
"type": "object"
}