{
    "protocolVersion": "0.3.0",
    "name": "Cybernecs Digital AI",
    "description": "Identity card for Cybernecs Digital AI. We build and operate a company digital system (website, agents, content, leads) under HITL. This host publishes identity — it is not a public unattended A2A chat endpoint. Runtime is private / on-premise.",
    "url": "https://digitalai.cybernecs.com/",
    "documentationUrl": "https://digitalai.cybernecs.com/ai-agents",
    "iconUrl": "https://digitalai.cybernecs.com/assets/favicon.svg",
    "provider": {
        "organization": "Cybernecs",
        "url": "https://cybernecs.com/"
    },
    "version": "1.0.0",
    "documentation": "https://digitalai.cybernecs.com/llms.txt",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": true
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json"
    ],
    "skills": [
        {
            "id": "web",
            "name": "AI website",
            "description": "Premium AI website, visitor concierge, qualification and routing. Gate: ASK on outbound visitor messages.",
            "tags": [
                "cybernecs",
                "digitalai",
                "hitl",
                "web"
            ],
            "examples": [
                "Premium AI website, visitor concierge, qualification and routing."
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/plain"
            ]
        },
        {
            "id": "sdr",
            "name": "AI SDR",
            "description": "Lead capture, scoring and appointment booking under human approval. Gate: ASK before external email or WhatsApp.",
            "tags": [
                "cybernecs",
                "digitalai",
                "hitl",
                "sdr"
            ],
            "examples": [
                "Lead capture, scoring and appointment booking under human approval."
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/plain"
            ]
        },
        {
            "id": "content",
            "name": "Content engine",
            "description": "Drafts content and social posts. Nothing publishes without a named human. Gate: ASK before publication.",
            "tags": [
                "cybernecs",
                "digitalai",
                "hitl",
                "con"
            ],
            "examples": [
                "Drafts content and social posts. Nothing publishes without a named human."
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/plain"
            ]
        },
        {
            "id": "support",
            "name": "Support concierge",
            "description": "Answers known questions and escalates the rest to your team. Gate: ASK outside the approved knowledge base.",
            "tags": [
                "cybernecs",
                "digitalai",
                "hitl",
                "sup"
            ],
            "examples": [
                "Answers known questions and escalates the rest to your team."
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/plain"
            ]
        }
    ],
    "supportsAuthenticatedExtendedCard": false,
    "additionalInterfaces": [],
    "securitySchemes": {
        "hitl": {
            "type": "apiKey",
            "in": "cookie",
            "name": "session",
            "description": "Named human on outbound, financial, destructive, and security actions. No silent execution."
        }
    },
    "x-cybernecs": {
        "kind": "identity",
        "runtime": "private",
        "hitl": true,
        "code": "DAI",
        "contact": "https://digitalai.cybernecs.com/#audit",
        "roster": "https://digitalai.cybernecs.com/.well-known/agents.json",
        "llms": "https://digitalai.cybernecs.com/llms.txt",
        "llmsEn": "https://digitalai.cybernecs.com/llms-en.txt",
        "aiPolicy": "https://digitalai.cybernecs.com/ai.txt",
        "related": "https://agents.cybernecs.com/.well-known/agent.json"
    }
}