Tool tree
Agentic AI for Austrian KMU, software teams and enterprise programmes: agents inside the office you already run, inside the codebase you already have.
list_offeringsAnswer
List the integrations.at offering areas (AI at Work, Agentic Engineering, Enterprise AI, Training & Team Enablement). Each area carries its own pages and flyer downloads. Optionally restrict to one area by slug.
View tool JSON
{
"name": "list_offerings",
"kind": "answer",
"impl": "imperative",
"description": "List the integrations.at offering areas (AI at Work, Agentic Engineering, Enterprise AI, Training & Team Enablement). Each area carries its own pages and flyer downloads. Optionally restrict to one area by slug.",
"inputSchema": {
"type": "object",
"properties": {
"area": {
"type": "string",
"description": "Optional area slug to restrict results to, e.g. ai-at-work"
},
"lang": {
"type": "string",
"description": "Optional language, \"en\" or \"de\"; defaults to the page language"
}
}
},
"page": "/"
}send_contact_requestSensitive Action
Send a contact request to Integrations IT Solutions with the sender's name, company, email and message.
View tool JSON
{
"name": "send_contact_request",
"kind": "transact",
"impl": "declarative",
"description": "Send a contact request to Integrations IT Solutions with the sender's name, company, email and message.",
"inputSchema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name"
},
"company": {
"type": "string",
"description": "Company"
},
"email": {
"type": "string",
"description": "Email"
},
"message": {
"type": "string",
"description": "Briefly describe what you need..."
}
},
"required": [
"name",
"company",
"email",
"message"
]
},
"page": "/"
}