{
    "specVersion": "1.0",
    "host": {
        "displayName": "GetNetWage",
        "identifier": "https://getnetwage.com/"
    },
    "entries": [
        {
            "identifier": "urn:air:getnetwage.com:content:llms-txt",
            "displayName": "GetNetWage llms.txt: site guide for assistants",
            "type": "text/plain",
            "url": "https://getnetwage.com/llms.txt",
            "representativeQueries": [
                "How much is $25 an hour after taxes in Texas?",
                "Which page shows take-home pay for a $60,000 salary in California?",
                "Which tax year and sources does GetNetWage use?"
            ]
        },
        {
            "identifier": "urn:air:getnetwage.com:content:llms-full-txt",
            "displayName": "Key pages and the full 2026 tax tables in markdown",
            "type": "text/plain",
            "url": "https://getnetwage.com/llms-full.txt",
            "representativeQueries": [
                "What are the 2026 New York income tax brackets?",
                "Which states have no income tax on wages in 2026?",
                "How does GetNetWage calculate take-home pay?"
            ]
        },
        {
            "identifier": "urn:air:getnetwage.com:api:paycheck-api",
            "displayName": "Paycheck API (OpenAPI 3.1)",
            "type": "application/vnd.oai.openapi+json",
            "url": "https://getnetwage.com/openapi.json",
            "representativeQueries": [
                "Take-home pay on $31.50 an hour at 45 hours a week in Oregon",
                "Biweekly net pay on an $85,000 salary in New Jersey, married filing jointly",
                "Paycheck after a 6% 401(k) contribution in Illinois"
            ]
        },
        {
            "identifier": "urn:air:getnetwage.com:skill:take-home-pay",
            "displayName": "Skill: answer take-home pay questions with GetNetWage",
            "type": "text/markdown",
            "url": "https://getnetwage.com/.well-known/agent-skills/take-home-pay/SKILL.md",
            "representativeQueries": [
                "How much is $20 an hour after taxes in Florida?",
                "$70,000 a year after taxes in New York, per month",
                "Compare take-home pay on $50,000 in Texas and California"
            ]
        },
        {
            "identifier": "urn:air:getnetwage.com:content:markdown-pages",
            "displayName": "Every page as markdown (same path + .md)",
            "type": "text/markdown",
            "url": "https://getnetwage.com/index.md",
            "representativeQueries": [
                "$25 an hour after taxes in Texas as markdown",
                "Ohio paycheck calculator page as markdown",
                "How we calculate take-home pay, as markdown"
            ]
        },
        {
            "identifier": "urn:air:getnetwage.com:content:sitemap",
            "displayName": "XML sitemap of every indexable page",
            "type": "application/xml",
            "url": "https://getnetwage.com/sitemap.xml",
            "representativeQueries": [
                "List every take-home pay page on GetNetWage",
                "Which salary pages exist for Pennsylvania?"
            ]
        }
    ]
}
