INITE AI Visibility
inite.ai
· inite LLC
Audits how ChatGPT, Claude, Gemini and Perplexity read a website. Returns a score out of 100 with the citation audit, retrieval gaps, entity clarity and the list of things to fix.
inite.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 52/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-09-23 10:43:46 current | 4096c4d91979… |
view → |
Endpoints
| Agent card | https://inite.ai/.well-known/agent-card.json |
| Provider | https://inite.ai |
| Docs | https://inite.ai/en/analyze |
Skills · 2 declared · mapped to canonical taxonomy
Checks the identity files an engine looks for, the crawler policy, the schema graph and page health, then asks the answer engines whether they name the site. Ov…
Returns progress while an audit is in flight, and the AI visibility score out of 100 once it finishes, with the address of the full report. Over A2A this is the…
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/inite.ai) [](https://agenstry.com/agents/inite.ai) [](https://agenstry.com/agents/inite.ai) [](https://agenstry.com/agents/inite.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "INITE AI Visibility",
"description": "Audits how ChatGPT, Claude, Gemini and Perplexity read a website. Returns a score out of 100 with the citation audit, retrieval gaps, entity clarity and the list of things to fix.",
"supportedInterfaces": [
{
"url": "https://inite.ai/api/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://inite.ai/api/mcp",
"protocolBinding": "MCP",
"protocolVersion": "1.0"
}
],
"version": "1.1.2",
"documentationUrl": "https://inite.ai/en/analyze",
"iconUrl": "https://inite.ai/android-chrome-512x512.png",
"provider": {
"organization": "inite LLC",
"url": "https://inite.ai"
},
"capabilities": {
"streaming": true,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "analyze_site",
"name": "Audit a site for AI visibility",
"description": "Checks the identity files an engine looks for, the crawler policy, the schema graph and page health, then asks the answer engines whether they name the site. Over A2A: send the hostname to SendMessage, which returns a task that reaches TASK_STATE_COMPLETED in about a minute with the score as an artifact. Over MCP: analyze_site returns a run id. Counts against the account's daily allowance.",
"tags": [
"seo",
"aeo",
"audit",
"ai-search",
"visibility"
],
"examples": [
"Audit example.com for AI visibility",
"How do ChatGPT and Perplexity describe this website?"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "get_analysis",
"name": "Read a finished audit",
"description": "Returns progress while an audit is in flight, and the AI visibility score out of 100 once it finishes, with the address of the full report. Over A2A this is the protocol itself \u2014 GetTask, ListTasks, or SubscribeToTask for the live stream. Over MCP it is the get_analysis tool, called with the run id.",
"tags": [
"seo",
"aeo",
"audit",
"report"
],
"examples": [
"Get the result of run 0f3c\u2026"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"securitySchemes": {
"oauth2": {
"openIdConnectSecurityScheme": {
"openIdConnectUrl": "https://auth.inite.ai/.well-known/openid-configuration",
"description": "An unauthenticated call returns 401 with WWW-Authenticate pointing at the protected-resource metadata for the endpoint that was called \u2014 https://inite.ai/.well-known/oauth-protected-resource/api/a2a for A2A, https://inite.ai/.well-known/oauth-protected-resource for MCP \u2014 which names the authorization server. Clients that speak the OAuth 2.0 protected-resource flow obtain a token on their own."
}
}
},
"securityRequirements": [
{
"schemes": {
"oauth2": {
"list": []
}
}
}
]
}