{
"type": "object",
"required": [
"apikey"
],
"properties": {
"apikey": {
"type": "string",
"description": "The API key used to authenticate with Octomind API."
},
"octomindApiUrl": {
"type": "string",
"default": "https://app.octomind.dev/api",
"description": "The base URL for the Octomind API."
}
}
}