
Alarm Advisor
Description
Get expert advice on Telenot alarm systems and personalized support for your home and business security.
Details
https://plugin.metzsicherheitstechnik.de/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Alarm Advisor",
"name_for_model": "alarm_advisor",
"description_for_human": "Get expert advice on Telenot alarm systems and personalized support for your home and business security.",
"description_for_model": "Get expert advice on Telenot alarm systems and personalized support for your home and business security.",
"auth": {
"type": "service_http",
"authorization_type": "basic",
"verification_tokens": {
"openai": "ac60c5463e0d4ddb922e9836ec8ddc79"
}
},
"api": {
"type": "openapi",
"url": "https://plugin.metzsicherheitstechnik.de/.well-known/openapi.json",
"is_user_authenticated": false
},
"logo_url": "https://plugin.metzsicherheitstechnik.de/static/logo.png",
"contact_email": "info@metzsicherheitstechnik.de",
"legal_info_url": "https://metzsicherheitstechnik.de/#plugin-legal-info"
}
https://plugin.metzsicherheitstechnik.de/.well-known/openapi.json
{
"openapi": "3.0.0",
"info": {
"title": "Alarm System Security Assistant API",
"version": "1.0.0",
"description": "This API provides expert advice on alarm systems, including Telenot systems, security cameras, access control, and fire alarm systems. Ask any question regarding security in your home or business, and get a quick, expert response."
},
"servers": [
{
"url": "https://plugin.metzsicherheitstechnik.de"
}
],
"tags": [
{
"name": "Advice",
"description": "Get expert advice on your security concerns"
}
],
"paths": {
"/advice": {
"post": {
"tags": [
"Advice"
],
"summary": "Get expert advice on your alarm system",
"operationId": "giveAdvice",
"description": "This endpoint accepts a text input about your security concern and returns expert advice. It's specifically designed to help with questions about alarm systems, including Telenot systems, security cameras, access control, and fire alarm systems.",
"requestBody": {
"description": "Text to get advice on",
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AdviceRequest"
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AdviceResponse"
}
}
}
},
"400": {
"description": "Bad request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Error"
}
}
}
},
"500": {
"description": "Internal Server Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Error"
}
}
}
}
},
"security": [
{
"basicAuth": []
}
]
}
}
},
"components": {
"schemas": {
"AdviceRequest": {
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Text to get advice on. Example: 'I'm considering a Telenot alarm system for my business. What should I consider?'"
}
}
},
"AdviceResponse": {
"type": "object",
"properties": {
"advice": {
"type": "string",
"description": "Advice on the input text"
},
"mailtoLinkForAdditionalSupport": {
"type": "string",
"description": "Mailto link for additional support"
}
}
},
"Error": {
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "Error message"
}
}
}
},
"securitySchemes": {
"basicAuth": {
"type": "http",
"scheme": "basic"
}
}
},
"security": [
{
"basicAuth": []
}
]
}
Discover other plugins from the security category

Cloudflare Radar
Get real-time insights into Internet traffic patterns and threats as seen by Cloudflare.
0 Comments

HACKIT Web Scanner
AI Powered Web Scanner by HACKIT.
0 Comments

HackTrack
This tool checks if credentials linked to an email have been exposed in data breaches or hacks.
0 Comments

Surveillance API
Explore the Synology Surveillance Station API documents and generate example code.
0 Comments

GoPlus Security AI
Get crypto security information by using GoPlus Security API.
0 Comments

Quantum Ready Check
Check if a website is using quantum-safe key exchange. This helps ensure your website is quantum ready.
0 Comments

Network Monitor
Monitor websites, email servers, check dns resolution, ping services and check for quantum safe encryption.
0 Comments