{"ok":true,"schema_version":1,"data":{"agent_readiness":{"blocker_level":"none","blockers":[],"missing_fields":[],"status":"callable"},"categories":["baseline-augmented","baseline-curated","identity-reviewed","official-source-repo","official-website"],"completeness_score":93,"contract_version":"2026-07-03.2","example_count":0,"examples":[],"generated_at":"2026-09-10T12:15:44.147Z","integration_readiness":100,"name":"Vanta","netuid":8,"readiness":{"components":{"active_lifecycle":true,"auth_clarity":true,"callable_now":true,"documented":true,"has_callable_api":true,"has_candidate_api":true,"has_public_docs":true,"has_source_repo":true,"profile_complete":true},"readiness_tier":"buildable","readiness_version":2,"score":100,"readiness_verified":true},"schema_version":1,"service_count":4,"services":[{"auth":{"location":"header","name":"X-Api-Key","scheme":"api-key","value_format":"<api-key>"},"auth_required":true,"auth_schemes":["apiKey","http"],"authority":"registry-observed","base_url":"https://api.vantanetwork.io/openapi.json","capability":"Vanta OpenAPI schema","description":"OpenAPI/Swagger document confirmed by a safe probe (validated spec structure) at a conventional path. Requires maintainer review before promotion.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer"],"live_status":"unknown"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-8-openapi-probe-api-vantanetwork-io.json","captured_at":"2026-09-10T12:15:45.054Z","request":{"method":"GET","url":"https://api.vantanetwork.io/openapi.json"},"response":{"content_type":"application/json","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-8-openapi-probe-api-vantanetwork-io.json","captured_at":"2026-09-10T12:15:45.054Z","reason":null,"status":"available"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"openapi","provider":"vanta","schema_artifact":"/metagraph/schemas/sn-8-openapi-probe-api-vantanetwork-io.json","schema_source":{"artifact":"/metagraph/schemas/sn-8-openapi-probe-api-vantanetwork-io.json","hash":"684945aa33b24fba6a91b5665c65ea8708c5ea1e4dc1982dc7850d7151157bc6","match":"surface-id","observed_at":"2026-09-10T12:15:45.054Z","status":"captured","surface_id":"sn-8-openapi-probe-api-vantanetwork-io","url":"https://api.vantanetwork.io/openapi.json"},"schema_status":"machine-readable","schema_url":"https://api.vantanetwork.io/openapi.json","snippets":{"curl":"curl -sS 'https://api.vantanetwork.io/openapi.json' \\\n  -H 'X-Api-Key: <api-key>'","python":"import requests\n\nresp = requests.get(\"https://api.vantanetwork.io/openapi.json\", headers={\"X-Api-Key\": \"<api-key>\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://api.vantanetwork.io/openapi.json\", {\n  headers: { \"X-Api-Key\": \"<api-key>\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-8-openapi-probe-api-vantanetwork-io"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://www.vantanetwork.io/llms.txt","capability":"Vanta Network llms.txt index","description":"Public no-auth machine-readable llms.txt index of SN8 Vanta Network, served at the registered official website www.vantanetwork.io. The document self-identifies as SN8 — its header states Vanta Network is 'built on Bittensor Subnet 8'. An agent-consumable Markdown map of the network (what it is, how performance is evaluated on-chain, key links), distinct from the HTML website/docs surfaces already registered.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"non-json response","status":"capture-failed"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"data-artifact","provider":"vanta","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://www.vantanetwork.io/llms.txt'","python":"import requests\n\nresp = requests.get(\"https://www.vantanetwork.io/llms.txt\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://www.vantanetwork.io/llms.txt\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-8-vanta-llms-txt"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://github.com/taoshidev/vanta-network/raw/main/vali_objects/utils/model_parameters/all_model_parameters.json","capability":"Vanta scoring model parameters","description":"Public no-auth GET all_model_parameters.json on the official SN8 Vanta Network repository (github.com/taoshidev/vanta-network). Provides the per-asset buy/sell slippage model parameters (intercept and coefficients) that the validator loads via vali_objects/utils/vali_bkp_utils.py to score miner positions.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"non-json response","status":"capture-failed"},"health":{"status":"ok","classification":"redirected","latency_ms":457,"last_ok":"2026-09-11T03:00:12.650Z","last_checked":"2026-09-11T03:00:12.650Z","stale":false,"observed_by":"live-cron-prober"},"kind":"subnet-api","provider":"vanta","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://github.com/taoshidev/vanta-network/raw/main/vali_objects/utils/model_parameters/all_model_parameters.json'","python":"import requests\n\nresp = requests.get(\"https://github.com/taoshidev/vanta-network/raw/main/vali_objects/utils/model_parameters/all_model_parameters.json\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://github.com/taoshidev/vanta-network/raw/main/vali_objects/utils/model_parameters/all_model_parameters.json\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-8-vanta-model-parameters"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://github.com/taoshidev/vanta-network/raw/main/vali_objects/utils/model_parameters/slippage_estimates.json","capability":"Vanta empirical slippage estimates dataset","description":"Public no-auth static JSON dataset slippage_estimates.json committed in the official SN8 Vanta Network repository (github.com/taoshidev/vanta-network). Distinct from the model-coefficients surface: this is the precomputed per-asset, per-trade-size empirical slippage lookup table (e.g. crypto BTCUSDC/ETHUSDC long/short across notional buckets). The path is resolved in vali_objects/utils/vali_bkp_utils.py and loaded by the PriceSlippageModel in vali_objects/utils/price_slippage_model.py to estimate execution slippage when scoring miner positions. Whitelisted for commit in .gitignore, so it is intentionally published.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"non-json response","status":"capture-failed"},"health":{"status":"ok","classification":"redirected","latency_ms":523,"last_ok":"2026-09-11T03:00:12.650Z","last_checked":"2026-09-11T03:00:12.650Z","stale":false,"observed_by":"live-cron-prober"},"kind":"data-artifact","provider":"vanta","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://github.com/taoshidev/vanta-network/raw/main/vali_objects/utils/model_parameters/slippage_estimates.json'","python":"import requests\n\nresp = requests.get(\"https://github.com/taoshidev/vanta-network/raw/main/vali_objects/utils/model_parameters/slippage_estimates.json\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://github.com/taoshidev/vanta-network/raw/main/vali_objects/utils/model_parameters/slippage_estimates.json\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-8-vanta-slippage-estimates"}],"slug":"sn-8","subnet_type":"application","operational_observed_at":"2026-09-11T03:00:12.650Z","health_source":"live-cron-prober"},"meta":{"artifact_path":"/metagraph/agent-catalog/8.json","cache":"standard","contract_version":"2026-07-03.2","generated_at":"2026-09-10T12:15:44.147Z","published_at":"2026-09-10T12:15:44.147Z","source":"live-cron-prober","operational_observed_at":"2026-09-11T03:00:12.650Z"}}