Agent Discovery
This page describes machine-readable resources for AI agents crawling Datawise Software Solutions. Human visitors can use the standard site navigation; agents should prefer the endpoints below.
Discovery Index
- llms.txt — company summary, services, and URL index
- API catalog — RFC 9727 linkset for automated discovery
- Agent skills — capability catalog with input/output schemas
- MCP server card — MCP discovery metadata
- openapi.json — OpenAPI 3.1 discovery specification
- auth.md — agent authentication and registration
Markdown Mirrors
Fetch .md URLs directly, or request HTML pages with Accept: text/markdown for content negotiation.
| Content | Endpoint |
|---|---|
| About | /tr/about.md |
| Services | /tr/services.md |
| Contact | /tr/contact.md |
| Solutions index | /tr/solutions.md |
| Safety & Reliability | /tr/safety-reliability.md |
| manufacturing solution | /tr/solutions/manufacturing.md |
| aviation solution | /tr/solutions/aviation.md |
| logistics solution | /tr/solutions/logistics.md |
| enterprise solution | /tr/solutions/enterprise.md |
Agent Skills
{
"skills": [
{
"name": "list-solutions",
"description": "List all industrial solution categories and their markdown endpoints.",
"endpoint": "https://www.datawisesoft.com/en/solutions.md",
"authentication": {
"type": "none",
"required": false
},
"input_schema": {
"type": "object",
"properties": {
"locale": {
"type": "string",
"enum": [
"en",
"tr"
],
"default": "en"
}
}
},
"output_schema": {
"type": "string",
"contentType": "text/markdown",
"description": "Markdown index of all solution categories and case study links."
}
},
{
"name": "get-solution",
"description": "Retrieve detailed markdown for a specific industry solution.",
"endpoint": "https://www.datawisesoft.com/en/solutions/{slug}.md",
"authentication": {
"type": "none",
"required": false
},
"input_schema": {
"type": "object",
"required": [
"slug"
],
"properties": {
"locale": {
"type": "string",
"enum": [
"en",
"tr"
],
"default": "en"
},
"slug": {
"type": "string",
"enum": [
"manufacturing",
"aviation",
"logistics",
"enterprise"
]
}
}
},
"output_schema": {
"type": "string",
"contentType": "text/markdown"
}
},
{
"name": "get-case-study",
"description": "Retrieve full case study content including challenge, solution, impact, and business value.",
"endpoint": "https://www.datawisesoft.com/en/solutions/{slug}/case-studies/{id}.md",
"authentication": {
"type": "none",
"required": false
},
"input_schema": {
"type": "object",
"required": [
"slug",
"id"
],
"properties": {
"locale": {
"type": "string",
"enum": [
"en",
"tr"
],
"default": "en"
},
"slug": {
"type": "string"
},
"id": {
"type": "string"
}
}
},
"output_schema": {
"type": "string",
"contentType": "text/markdown"
}
},
{
"name": "get-company-profile",
"description": "Retrieve the llms.txt machine-readable company index.",
"endpoint": "https://www.datawisesoft.com/llms.txt",
"authentication": {
"type": "none",
"required": false
},
"input_schema": {
"type": "object",
"properties": {}
},
"output_schema": {
"type": "string",
"contentType": "text/plain"
}
},
{
"name": "schedule-deployment-audit",
"description": "Schedule a deployment audit with Datawise. Requires human interaction via external calendar.",
"endpoint": "https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ2akcSfE19GtfwhqE-XsZsZunk00WJLBw3dMuhMun7lOvueH7nPttcJFTr9VqhzTWTxy5gr8OO6",
"authentication": {
"type": "human-in-loop",
"required": true,
"description": "User must complete booking in Google Calendar."
},
"input_schema": {
"type": "object",
"properties": {
"preferred_date": {
"type": "string",
"format": "date"
},
"company": {
"type": "string"
},
"industry": {
"type": "string"
}
}
},
"output_schema": {
"type": "object",
"description": "Calendar booking confirmation (external)."
}
}
]
}Capabilities
- Industrial AI and agentic systems for manufacturing, aviation MRO, and logistics
- Computer vision for quality control and defect detection
- Safety & reliability engineering (ISO 10218, ISO 13849)
- Read-only content discovery — no public transactional API
Contact
Schedule a deployment audit via the calendar link on the contact section or call +1 650 410 7990.
