{"ok":true,"schema_version":1,"data":{"contract_version":"2026-07-03.2","generated_at":"2026-09-20T12:26:49.169Z","name":"Chutes","netuid":64,"schema_version":1,"slug":"sn-64","surfaces":[{"auth_required":false,"authority":"registry-observed","curation_level":"candidate-discovered","id":"sn-64-backprop-dashboard","key":"srf-8a26091e237c34a6","kind":"dashboard","last_verified_at":null,"name":"Chutes Backprop Finance dashboard","netuid":64,"notes":"Universal Backprop Finance dTAO subnet dashboard candidate. Third-party enrichment, not protocol authority.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"backprop-finance","public_safe":true,"quality_signals":{"content_type_matches_kind":true,"public_safe":true,"rate_limited":false,"redirected":true,"source_tier":"third-party-index","transient_failure":false},"rate_limit_notes":"Candidate only; no recurring probe is configured until maintainer review.","source_urls":["https://backprop.finance/dtao/subnets/64-chutes"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://backprop.finance/dtao/subnets/64-chutes"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-affine-available","key":"srf-9c8ac911f1ed020b","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes affine-available agents","netuid":64,"notes":"Public no-auth GET /chutes/affine_available on api.chutes.ai, returning chutes with an active instance tagged for the affine agent-evaluation program. Discovered via a full diff of the subnet's own OpenAPI schema for undiscovered public GET endpoints.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/chutes/affine_available"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-api-source","key":"srf-327b4fdf17509398","kind":"source-repo","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes API source repository","netuid":64,"notes":"Official Chutes validator/API repository referenced by the Chutes SDK README.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://github.com/chutesai/chutes","https://github.com/chutesai/chutes-api"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://github.com/chutesai/chutes-api"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-audit-download","key":"srf-c0661f4c99648663","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET audit download","netuid":64,"notes":"GET /audit/download on api.chutes.ai — public, no auth declared in the OpenAPI schema. Required query: path. Live-verified 2026-07-21: an unparameterized request returns HTTP 400 {\"error\":\"$.query.path: required parameter missing\"} — a clean validation error listing the required field, not an auth error. probe.enabled:false is the safer default: an auto-probe with no query params would just 400. Registered with the fixed base url, no query string baked in — already callable today via call_subnet_surface's own query argument. Registered per the registry's full-API-parity policy (metagraphed#7077). Complements the already-registered sn-64-chutes-audit-log surface.","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/audit/download"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-audit-log","key":"srf-53071aaf7c0d2c94","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes audit log listing","netuid":64,"notes":"Public no-auth GET /audit/ on api.chutes.ai, returning a listing of periodic audit-log export files with time-window metadata. Discovered via a full diff of the subnet's own OpenAPI schema for undiscovered public GET endpoints.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/audit/"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-bounties-api","key":"srf-e767697c79d3d782","kind":"subnet-api","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes bounty list API","netuid":64,"notes":"Public no-auth GET returning active chute bounty listings (bounty_amount, time_remaining, chute_id). Documented in the subnet's own OpenAPI (api.chutes.ai/openapi.json, path /bounties/); same host as the existing pricing and models subnet-api surfaces.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"kiannidev"},"source_urls":["https://api.chutes.ai/openapi.json","https://chutes.ai/docs"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/bounties/"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-chutes-chuteidorname","key":"srf-3f8fec5a2a89fa1a","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET chutes by chute_id_or_name","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /chutes/{chute_id_or_name} on api.chutes.ai — chute detail. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21 with a placeholder value: HTTP 404 {\"detail\":\"Chute not found, or does not belong to you\"} — an ownership-scoped lookup answers with a clean not-found for an unknown name, confirming the route is real; registered auth_required:true per the schema's security declaration. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/chutes/%7Bchute_id_or_name%7D"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-chutes-chuteidorname-evidence","key":"srf-4ebeb5cec499b2cb","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET chutes by chute_id_or_name evidence","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /chutes/{chute_id_or_name}/evidence on api.chutes.ai — TEE attestation evidence for a chute; required query: nonce. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21 with a placeholder value and ?nonce=1: HTTP 404 {\"detail\":\"Chute not found\"} — a clean not-found lookup, confirming the route is real; registered auth_required:true per the schema's security declaration. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/chutes/%7Bchute_id_or_name%7D/evidence"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-chutes-miner-means","key":"srf-37e58972b80a6526","kind":"subnet-api","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes GET chutes miner means","netuid":64,"notes":"GET /chutes/miner_means on api.chutes.ai — public, no auth declared in the OpenAPI schema. Per-chute mean scoring summary across miners. Live-verified 2026-07-21: HTTP 200 text/html (a rendered outlier-index page, not JSON — probe.expect:\"html\" accordingly), same result with a JSON accept header. Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":true,"expect":"html","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/chutes/miner_means"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-chutes-miner-means-chuteid","key":"srf-021f9c664b2a4ec1","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET chutes miner means by chute_id","netuid":64,"notes":"GET /chutes/miner_means/{chute_id} on api.chutes.ai — public, no auth declared in the OpenAPI schema; per-chute detail view of the miner-means summary. Live-verified 2026-07-21 with a placeholder id: HTTP 200 text/html (a rendered per-chute metrics page), confirming the route is real, not an auth gate. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"html","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/chutes/miner_means/%7Bchute_id%7D"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-chutes-miner-means-chuteid-ext","key":"srf-ee232dea4255b38e","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET chutes miner means by chute_id by ext","netuid":64,"notes":"GET /chutes/miner_means/{chute_id}.{ext} on api.chutes.ai — public, no auth declared in the OpenAPI schema; machine-readable export of the per-chute miner-means detail. Live-verified 2026-07-21 with a placeholder id and .csv: HTTP 200 text/csv with a header row, confirming the route is real, not an auth gate. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"any","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/chutes/miner_means/%7Bchute_id%7D.%7Bext%7D"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-daily-revenue-summary","key":"srf-87f9d16052cfdd89","kind":"data-artifact","last_verified_at":null,"name":"Chutes daily revenue summary","netuid":64,"notes":"Public no-auth JSON daily revenue summary for the Chutes platform (date, new subscriber count, subscription and pay-as-you-go revenue per day); GET /daily_revenue_summary in the OpenAPI spec. Distinct endpoint from the subnet's existing /chutes/* and /users/growth data-artifacts.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"revenue":{"circularity":"external","currency":"USD","excludes":["sponsored_inference","pending_instance_revenue"],"fields":{"amount":"total_revenue","date":"date"},"grain":"daily","provenance":"probe-derived","role":"external-revenue","shape":"flat-array","source_url":"https://api.chutes.ai/openapi.json","supersedes":["sn-64-chutes-payments-list","sn-64-chutes-tao-payment-totals-api"]},"review":{"state":"community-submitted","submitted_by":"davion-knight"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/daily_revenue_summary"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-data-artifact","key":"srf-db88986ea3dcbe82","kind":"data-artifact","last_verified_at":null,"name":"Chutes GPU count history","netuid":64,"notes":"Public no-auth GET /chutes/gpu_count_history on api.chutes.ai, returning per-chute GPU allocation counts. Documented in the subnet's own OpenAPI spec.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"confidence":"medium","state":"community-submitted","submitted_by":"kiannidev"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/chutes/gpu_count_history"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-data-artifact-api-chutes-ai","key":"srf-34a4ac83864d4ae7","kind":"data-artifact","last_verified_at":null,"name":"Chutes boosted models list","netuid":64,"notes":"Public no-auth GET /chutes/boosted on api.chutes.ai, returning the list of chutes with an active incentive boost multiplier (chute_id, name, boost, manual_boost). Documented in the subnet's own OpenAPI spec.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"confidence":"medium","state":"community-submitted","submitted_by":"jaso0n0818"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/chutes/boosted"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-data-artifact-api-chutes-ai-2","key":"srf-6acf119341034de8","kind":"data-artifact","last_verified_at":null,"name":"Chutes per-chute utilization","netuid":64,"notes":"Public no-auth GET /chutes/utilization on api.chutes.ai, returning current and rolling-window utilization per chute (chute_id, name, timestamp, utilization_current, utilization_5m). Documented in the subnet's own OpenAPI spec.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"confidence":"medium","state":"community-submitted","submitted_by":"jaso0n0818"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/chutes/utilization"},{"auth_required":false,"authority":"official","curation_level":"candidate-discovered","id":"sn-64-chutes-diffusion-catalog","key":"srf-bfb80237fd87d8ee","kind":"dashboard","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes diffusion app catalog","netuid":64,"notes":"Public Chutes application catalog filtered to diffusion deployments.","probe":{"enabled":true,"expect":"html","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://chutes.ai/"],"stale":true,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://chutes.ai/app?type=diffusion"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-diffusion-stats","key":"srf-fb1c9b8c3c8b2641","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes per-chute diffusion invocation stats","netuid":64,"notes":"Public no-auth JSON of per-chute diffusion (image-generation) invocation statistics on the Chutes platform (chute_id, name, invocation counts); GET /invocations/stats/diffusion in the OpenAPI spec. The diffusion-model counterpart to the subnet's registered /invocations/usage feed, distinct from the subnet's other data-artifacts.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"revenue":{"provenance":"probe-derived","role":"usage-proxy"},"review":{"state":"community-submitted","submitted_by":"davion-knight"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/invocations/stats/diffusion"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-docs","key":"srf-5fa15cb5611ba82b","kind":"docs","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes docs","netuid":64,"notes":"Official Chutes documentation.","probe":{"enabled":true,"expect":"html","method":"HEAD","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://chutes.ai/docs"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://chutes.ai/docs"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-fmv-api","key":"srf-470fec49f4ebd3d6","kind":"subnet-api","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes TAO fair market value API","netuid":64,"notes":"Public no-auth GET returning the platform TAO fair market value used for pricing calculations. Documented in the subnet's own OpenAPI (api.chutes.ai/openapi.json, path /fmv); same host as the existing pricing, bounties, and LLM-stats subnet-api surfaces.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"kiannidev"},"source_urls":["https://api.chutes.ai/openapi.json","https://chutes.ai/docs"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/fmv"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-guess-vllm-config","key":"srf-e66c296115a68890","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET guess vllm config","netuid":64,"notes":"GET /guess/vllm_config on api.chutes.ai — public, no auth declared in the OpenAPI schema. Required query: model. Live-verified 2026-07-21: an unparameterized request returns HTTP 400 {\"error\":\"$.query.model: required parameter missing\"} — a clean validation error listing the required field, not an auth error. probe.enabled:false is the safer default: an auto-probe with no query params would just 400. Registered with the fixed base url, no query string baked in — already callable today via call_subnet_surface's own query argument. Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/guess/vllm_config"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-health","key":"srf-83c469c58de49eed","kind":"subnet-api","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes website health","netuid":64,"notes":"Public no-auth GET /api/health on chutes.ai returning application liveness JSON. Served on the official Chutes website host registered in this manifest.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"jimcody1995"},"source_urls":["https://chutes.ai/","https://chutes.ai/docs"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://chutes.ai/api/health"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-instances-compute-history-csv","key":"srf-425730d82ad87779","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes instance compute history (CSV)","netuid":64,"notes":"Public no-auth GET /instances/compute_history_csv on api.chutes.ai, returning a CSV export of per-instance compute-time history. Discovered via a full diff of the subnet's own OpenAPI schema for undiscovered public GET endpoints.","probe":{"enabled":true,"expect":"any","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/instances/compute_history_csv"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-instances-instanceid-evidence","key":"srf-0fd201facd47d578","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET instances by instance_id evidence","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /instances/{instance_id}/evidence on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"detail\":\"Can't find a user with that api key in our db :(\"} — the auth gate answers, confirming the route is real and gated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077). Required query: nonce (included in the live check).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/instances/%7Binstance_id%7D/evidence"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-instances-instanceid-logs","key":"srf-80d78d362f0107b4","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET instances by instance_id logs","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /instances/{instance_id}/logs on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"detail\":\"Can't find a user with that api key in our db :(\"} — the auth gate answers, confirming the route is real and gated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/instances/%7Binstance_id%7D/logs"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-instances-reconciliation-csv","key":"srf-5c1193939beecd2f","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes instance reconciliation history (CSV)","netuid":64,"notes":"Public no-auth GET /instances/reconciliation_csv on api.chutes.ai, returning a CSV export of instance reconciliation events. Discovered via a full diff of the subnet's own OpenAPI schema for undiscovered public GET endpoints.","probe":{"enabled":true,"expect":"any","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/instances/reconciliation_csv"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-invocations-exports-dated","key":"srf-29087b0aa9dc8b3d","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET invocations exports by year month day hour","netuid":64,"notes":"GET /invocations/exports/{year}/{month}/{day}/{hour_format} on api.chutes.ai — public, no auth declared in the OpenAPI schema; historical invocation export by date. Live-verified 2026-07-21 with placeholder values: HTTP 400 {\"detail\":\"Invalid format: 00\"} — a clean validation error, confirming the route is real, not an auth gate. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/invocations/exports/%7Byear%7D/%7Bmonth%7D/%7Bday%7D/%7Bhour_format%7D"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-invocations-exports-recent","key":"srf-11809f0e85bc1cdb","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET invocations exports recent","netuid":64,"notes":"GET /invocations/exports/recent on api.chutes.ai — public, no auth declared in the OpenAPI schema; optional hotkey/limit query params. Live-verified 2026-07-21: HTTP 500 Internal Server Error — a real endpoint currently live-erroring, registered with probe.enabled:true so the probe reports the real status (same handling as the Targon healthz precedent, per the issue's own scope note). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":true,"expect":"any","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/invocations/exports/recent"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-invocations-usage","key":"srf-02c1dce0a3905696","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes per-chute invocation usage","netuid":64,"notes":"Public no-auth JSON of per-chute invocation usage on the Chutes platform (chute_id, date, usd_amount, invocation_count); GET /invocations/usage in the OpenAPI spec. Distinct endpoint from the subnet's existing /chutes/*, /users/growth, and /daily_revenue_summary data-artifacts.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"revenue":{"circularity":"external","currency":"USD","fields":{"amount":"usd_amount","date":"date"},"grain":"daily","provenance":"probe-derived","role":"usage-proxy","shape":"flat-array","source_url":"https://api.chutes.ai/openapi.json"},"review":{"state":"community-submitted","submitted_by":"davion-knight"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/invocations/usage"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-jobs-jobid","key":"srf-4608af25a5297a4e","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET jobs by job_id","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /jobs/{job_id} on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"detail\":\"Can't find a user with that api key in our db :(\"} — the auth gate answers, confirming the route is real and gated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/jobs/%7Bjob_id%7D"},{"auth_required":false,"authority":"official","curation_level":"candidate-discovered","id":"sn-64-chutes-llm-catalog","key":"srf-117818b60fe455ef","kind":"dashboard","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes LLM app catalog","netuid":64,"notes":"Public Chutes application catalog filtered to LLM deployments.","probe":{"enabled":true,"expect":"html","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://chutes.ai/"],"stale":true,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://chutes.ai/app?type=llm"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-llm-stats-api","key":"srf-18681173c4cec968","kind":"subnet-api","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes LLM invocation stats API","netuid":64,"notes":"Public no-auth GET returning per-chute LLM invocation statistics (chute_id, name, date, total_requests). Documented in the subnet's own OpenAPI (api.chutes.ai/openapi.json, path /invocations/stats/llm); same host as the existing pricing and bounties surfaces.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"revenue":{"provenance":"probe-derived","role":"usage-proxy"},"review":{"state":"community-submitted","submitted_by":"kiannidev"},"source_urls":["https://api.chutes.ai/openapi.json","https://chutes.ai/docs"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/invocations/stats/llm"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-logos-logoid-extension","key":"srf-17cefac1dd512d2d","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET logos by logo_id by extension","netuid":64,"notes":"GET /logos/{logo_id}.{extension} on api.chutes.ai — public, no auth declared in the OpenAPI schema; logo image asset lookup. Live-verified 2026-07-21 with a placeholder value: HTTP 400 path-parameter validation error listing the required params, confirming the route is real, not an auth gate. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"any","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/logos/%7Blogo_id%7D.%7Bextension%7D"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-active-instances","key":"srf-d151b2a1ff8250bd","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET miner active instances","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /miner/active_instances/ on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"detail\":\"Invalid BT Auth.\"}. Registered per the registry's full-API-parity policy (metagraphed#7077) even though it isn't callable by the anonymous Phase-1 call_subnet_surface tool today.","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/active_instances/"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-chutes","key":"srf-97683be402a1b055","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET miner chutes","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /miner/chutes/ on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"detail\":\"Invalid BT Auth.\"}. Registered per the registry's full-API-parity policy (metagraphed#7077) even though it isn't callable by the anonymous Phase-1 call_subnet_surface tool today.","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/chutes/"},{"auth":{"location":"header","name":"Authorization","scheme":"api-key","scopes_note":"Requires an API key in the Authorization header. Contact the subnet operator to obtain a key."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-instance-logs","key":"srf-9471b1820db87dc1","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET miner instance logs","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /miner/instance_logs on api.chutes.ai. The schema declares no security block here but marks its authorization header parameter required:true — functionally auth-gated. Live-verified 2026-07-21: an unauthenticated request returns HTTP 400 stating the required authorization header parameter is missing, confirming enforcement. Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/instance_logs"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-instances","key":"srf-ea92d14005e95bbf","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET miner instances","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /miner/instances/ on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"detail\":\"Invalid BT Auth.\"}. Registered per the registry's full-API-parity policy (metagraphed#7077) even though it isn't callable by the anonymous Phase-1 call_subnet_surface tool today.","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/instances/"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-inventory","key":"srf-e20c21509a4d550b","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET miner inventory","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /miner/inventory on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"detail\":\"Invalid BT Auth.\"}. Registered per the registry's full-API-parity policy (metagraphed#7077) even though it isn't callable by the anonymous Phase-1 call_subnet_surface tool today.","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/inventory"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-jobs","key":"srf-1915c1217fa4b291","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET miner jobs","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /miner/jobs/ on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"detail\":\"Invalid BT Auth.\"}. Registered per the registry's full-API-parity policy (metagraphed#7077) even though it isn't callable by the anonymous Phase-1 call_subnet_surface tool today.","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/jobs/"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-miner-metagraph","key":"srf-38b1e74b3d6d42e6","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes miner metagraph","netuid":64,"notes":"Public no-auth GET /miner/metagraph on api.chutes.ai, returning per-neuron metagraph state (already-public on-chain hotkey/coldkey, node_id, incentive, ip). Discovered via a full diff of the subnet's own OpenAPI schema for undiscovered public GET endpoints.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/metagraph"},{"auth_required":false,"authority":"official","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-metrics","key":"srf-06d747609e486d7b","kind":"subnet-api","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes miner metrics","netuid":64,"notes":"Public no-auth GET /miner/metrics/ on api.chutes.ai, returning aggregate miner-side metrics (invocation counts, compute time, utilization, per-second price, total usage). Discovered via a full diff of the subnet's own OpenAPI schema for undiscovered public GET endpoints.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://api.chutes.ai/openapi.json"],"stale":true,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/metrics/"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-nodes","key":"srf-c9e6c06907f991ed","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET miner nodes","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /miner/nodes/ on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"detail\":\"Invalid BT Auth.\"}. Registered per the registry's full-API-parity policy (metagraphed#7077) even though it isn't callable by the anonymous Phase-1 call_subnet_surface tool today.","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/nodes/"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-miner-scores-api","key":"srf-cfa0d0568638ca9a","kind":"subnet-api","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes miner scores API","netuid":64,"notes":"Public no-auth GET /miner/scores on api.chutes.ai — Chutes-computed per-miner scoring breakdown (raw and normalized bounty/compute values) for SN64 Chutes. Declared as a no-auth route (security: none) in the official Chutes OpenAPI spec on the same api.chutes.ai gateway that hosts the subnet's registered surfaces.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"real-venus"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/scores"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-servers","key":"srf-5f99f3d686d71b78","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET miner servers","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /miner/servers/ on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"detail\":\"Invalid BT Auth.\"}. Registered per the registry's full-API-parity policy (metagraphed#7077) even though it isn't callable by the anonymous Phase-1 call_subnet_surface tool today.","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/servers/"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-miner-source","key":"srf-88eebf6de0070bc4","kind":"source-repo","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes miner source repository","netuid":64,"notes":"Official Chutes miner repository referenced by the Chutes SDK README.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://github.com/chutesai/chutes","https://github.com/chutesai/chutes-miner"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://github.com/chutesai/chutes-miner"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-miner-stats-api","key":"srf-b4db4984f6a4e97d","kind":"subnet-api","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes miner stats API","netuid":64,"notes":"Public no-auth GET /miner/stats on api.chutes.ai — Chutes-computed per-miner instance and compute statistics (rolling instance counts and utilization windows) for SN64 Chutes. Declared as a no-auth route (security: none) in the official Chutes OpenAPI spec on the same api.chutes.ai gateway that hosts the subnet's registered surfaces.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"real-venus"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/stats"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-thrash-cooldowns","key":"srf-d73745ddec196898","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET miner thrash cooldowns","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /miner/thrash_cooldowns on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"detail\":\"Invalid BT Auth.\"}. Registered per the registry's full-API-parity policy (metagraphed#7077) even though it isn't callable by the anonymous Phase-1 call_subnet_surface tool today.","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/thrash_cooldowns"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-miner-unique-chute-history-byhotkey","key":"srf-349803e638b3074b","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET miner unique chute history","netuid":64,"notes":"GET /miner/unique_chute_history/{hotkey} on api.chutes.ai — public, no auth declared in the OpenAPI schema; per-miner unique-chute history. Live-verified 2026-07-21 with a placeholder value: HTTP 404 {\"detail\":\"Miner test-value not found in metagraph.\"} — a clean not-found lookup, confirming the route is real, not an auth gate. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/miner/unique_chute_history/%7Bhotkey%7D"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-misc-hf-repo-info","key":"srf-82f2e89ee9e2c528","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET misc hf repo info","netuid":64,"notes":"GET /misc/hf_repo_info on api.chutes.ai — public, no auth declared in the OpenAPI schema. Required query: repo_id. Live-verified 2026-07-21: an unparameterized request returns HTTP 400 {\"error\":\"$.query.repo_id: required parameter missing\"} — a clean validation error listing the required field, not an auth error. probe.enabled:false is the safer default: an auto-probe with no query params would just 400. Registered with the fixed base url, no query string baked in — already callable today via call_subnet_surface's own query argument. Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/misc/hf_repo_info"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-misc-proxy","key":"srf-3bbc7ba2c8e9d8c3","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET misc proxy","netuid":64,"notes":"GET /misc/proxy on api.chutes.ai — public, no auth declared in the OpenAPI schema. Required query: url (optional stream). Live-verified 2026-07-21: an unparameterized request returns HTTP 400 {\"error\":\"$.query.url: required parameter missing\"}. This is a raw outbound-fetch passthrough — registered for schema parity per the issue's own itemized scope, with probe deliberately disabled and flagged for awareness rather than auto-probing (per the issue's own note). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/misc/proxy"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-node-availability","key":"srf-d484463c654727b2","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes GPU node availability","netuid":64,"notes":"Public no-auth JSON of live GPU node availability on the Chutes platform — provisioned vs idle node counts per GPU model (3090, 4090, 5090, a100, h100, ...); GET /nodes/ in the OpenAPI spec. A live operational feed, distinct from the static /nodes/supported hardware catalog and the subnet's other data-artifacts.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"davion-knight"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/nodes/"},{"auth_required":false,"authority":"official","curation_level":"candidate-discovered","id":"sn-64-chutes-openapi","key":"srf-ded0a8e81db2ba49","kind":"openapi","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes OpenAPI schema","netuid":64,"notes":"Machine-readable OpenAPI 3.1 schema served publicly by the Chutes API gateway (api.chutes.ai). Captured for schema-shape metadata only; endpoints are not invoked and no response payloads are persisted.","probe":{"enabled":true,"expect":"json","method":"HEAD","timeout_ms":10000},"provider":"chutes","public_safe":true,"schema_status":"machine-readable","schema_url":"https://api.chutes.ai/openapi.json","source_urls":["https://api.chutes.ai/openapi.json","https://github.com/chutesai/chutes"],"stale":true,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/openapi.json"},{"auth_required":false,"authority":"official","curation_level":"candidate-discovered","id":"sn-64-chutes-payments-list","key":"srf-03a40070b0b5878f","kind":"data-artifact","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes payments list","netuid":64,"notes":"Public no-auth GET /payments on api.chutes.ai, returning a paginated envelope ({total, page, limit, items}) of TAO payment transactions with taostats.io transaction/account links. Discovered via a full diff of the subnet's own OpenAPI schema for undiscovered public GET endpoints. Distinct from the already-tracked /payments/summary/tao aggregate totals.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"revenue":{"circularity":"external","currency":"USD","fields":{"amount":"usd_amount","date":"timestamp"},"grain":"cumulative","provenance":"chain-verified","role":"external-revenue","rows":"items","shape":"flat-array","source_url":"https://api.chutes.ai/openapi.json"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":true,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/payments"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-ping","key":"srf-ebc5a86512a7a12c","kind":"subnet-api","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes API ping","netuid":64,"notes":"Public no-auth GET /ping on api.chutes.ai returning API liveness (observed plain-text response: ok). Documented as GET /ping in the subnet OpenAPI spec on the same host as the existing pricing, bounties, and LLM-stats subnet-api surfaces. Served as application/octet-stream, not JSON.","probe":{"enabled":true,"expect":"any","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"jimcody1995"},"source_urls":["https://api.chutes.ai/openapi.json","https://chutes.ai/docs"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/ping"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-pricing-api","key":"srf-a452646cd344d1a2","kind":"subnet-api","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes pricing API","netuid":64,"notes":"Public JSON pricing endpoint for Chutes compute and GPU price estimates.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"schema_status":"not-captured","source_urls":["https://github.com/chutesai/chutes","https://api.chutes.ai/pricing"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/pricing"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-rolling-updates","key":"srf-a365efead684d8d5","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes rolling updates","netuid":64,"notes":"Public no-auth GET /chutes/rolling_updates on api.chutes.ai, returning the list of chutes currently undergoing a rolling deployment update. Discovered via a full diff of the subnet's own OpenAPI schema for undiscovered public GET endpoints.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/chutes/rolling_updates"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-sdk-examples","key":"srf-660b2dfc3e8cefac","kind":"example","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes code examples","netuid":64,"notes":"Official Chutes examples — model invocation quickstarts (Chroma, DeepSeek R1).","probe":{"enabled":false,"expect":"any","method":"HEAD"},"provider":"chutes","public_safe":true,"source_urls":["https://github.com/chutesai/chutes"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://github.com/chutesai/chutes/tree/main/examples"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-sdk-source","key":"srf-74816433d488de8d","kind":"source-repo","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes SDK source repository","netuid":64,"notes":"Official Chutes SDK and CLI repository.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://chutes.ai/docs","https://github.com/chutesai/chutes"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://github.com/chutesai/chutes"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-servers-maintenance-policy","key":"srf-26c0ec89da7f7722","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET servers maintenance policy","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /servers/maintenance/policy on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"detail\":\"Invalid nonce!\"}. Registered per the registry's full-API-parity policy (metagraphed#7077) even though it isn't callable by the anonymous Phase-1 call_subnet_surface tool today.","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/servers/maintenance/policy"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-servers-serverid","key":"srf-cf4f6180d3598c46","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET servers by server_id","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /servers/{server_id} on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"detail\":\"Invalid nonce!\"} — the auth gate answers, confirming the route is real and gated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/servers/%7Bserver_id%7D"},{"auth":{"location":"header","name":"Authorization","scheme":"bearer","value_format":"Bearer <token>"},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-sse","key":"srf-7c322d7bf8b1ca62","kind":"sse","last_verified_at":null,"name":"Chutes streaming chat completions","netuid":64,"notes":"POST /v1/chat/completions with `stream: true` yields line-streamed chunks. Endpoint requires an Authorization: Bearer token.","provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"statxc"},"source_urls":["https://chutes.ai/docs/getting-started/running-a-chute","https://chutes.ai/docs/guides/streaming","https://chutes.ai/llms.txt"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://llm.chutes.ai/v1/chat/completions"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-subnet-api","key":"srf-a854169bb85658e8","kind":"subnet-api","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes LLM inference API (OpenAI-compatible)","netuid":64,"notes":"Model list is public; inference requires an API key.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"dexterity104"},"schema_status":"not-captured","source_urls":["https://chutes.ai/llms.txt"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://llm.chutes.ai/v1/models"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-supported-gpus","key":"srf-1f2dc7eda470f7c7","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes supported GPU catalog","netuid":64,"notes":"Public no-auth JSON catalog of the GPU models the Chutes platform supports, with per-model hardware specs (display name, memory, compute capability, tensor cores, ECC/SXM flags); GET /nodes/supported in the OpenAPI spec. Distinct endpoint from the subnet's existing /chutes/*, /users/growth, /daily_revenue_summary, and /invocations/usage data-artifacts.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"davion-knight"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/nodes/supported"},{"auth_required":false,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-tao-payment-totals-api","key":"srf-95f7a48a07013b33","kind":"subnet-api","last_verified_at":null,"name":"Chutes TAO payment totals API","netuid":64,"notes":"Public no-auth GET returning aggregate TAO payment totals (today, this_month, total). Documented in the subnet's own OpenAPI (api.chutes.ai/openapi.json, path /payments/summary/tao); same host as the existing pricing, bounties, fmv, and LLM-stats subnet-api surfaces.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"revenue":{"circularity":"external","currency":"USD","fields":{"amount":"total"},"grain":"cumulative","provenance":"probe-derived","role":"external-revenue","shape":"scalar","source_url":"https://api.chutes.ai/openapi.json"},"review":{"state":"community-submitted","submitted_by":"kiannidev"},"source_urls":["https://api.chutes.ai/openapi.json","https://chutes.ai/docs"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/payments/summary/tao"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-tee-measurements","key":"srf-18fa476ff098a5d2","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes TEE attestation measurements","netuid":64,"notes":"Public no-auth GET /servers/tee/measurements on api.chutes.ai, returning trusted-execution-environment attestation measurements (RTMR registers, expected GPU models/counts) for Chutes compute nodes. Discovered via a full diff of the subnet's own OpenAPI schema for undiscovered public GET endpoints.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/servers/tee/measurements"},{"auth_required":false,"authority":"community","curation_level":"machine-verified","id":"sn-64-chutes-user-growth","key":"srf-85c6dbf299b30f9a","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes user growth history","netuid":64,"notes":"Public no-auth JSON time series of Chutes platform user growth (daily and cumulative user counts), served by the official Chutes API and defined in its OpenAPI spec.","probe":{"enabled":true,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"davion-knight"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/users/growth"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-users-userid-usage","key":"srf-c5c0cbadda80315f","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET users by user_id usage","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /users/{user_id}/usage on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"detail\":\"Can't find a user with that api key in our db :(\"} — the auth gate answers, confirming the route is real and gated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/users/%7Buser_id%7D/usage"},{"auth":{"scheme":"api-key","scopes_note":"Derived from the subnet's own OpenAPI schema (APIKeyHeader security declared per-operation); exact token format not documented beyond the schema's security declaration."},"auth_required":true,"authority":"community","curation_level":"candidate-discovered","id":"sn-64-chutes-users-useridorusername-balance","key":"srf-ca6002f9aee3e41f","kind":"subnet-api","last_verified_at":null,"name":"Chutes GET users by user_id_or_username balance","netuid":64,"notes":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /users/{user_id_or_username}/balance on api.chutes.ai. The OpenAPI schema declares APIKeyHeader security on this operation. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"detail\":\"Can't find a user with that api key in our db :(\"} — the auth gate answers, confirming the route is real and gated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7077).","probe":{"enabled":false,"expect":"json","method":"GET","timeout_ms":10000},"provider":"chutes","public_safe":true,"review":{"state":"community-submitted","submitted_by":"tryeverything24"},"source_urls":["https://api.chutes.ai/openapi.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://api.chutes.ai/users/%7Buser_id_or_username%7D/balance"},{"auth_required":false,"authority":"official","curation_level":"maintainer-reviewed","id":"sn-64-chutes-website","key":"srf-b3c08805d89dec90","kind":"website","last_verified_at":"2026-07-16T06:10:00.000Z","name":"Chutes website","netuid":64,"notes":"Official Chutes website.","probe":{"enabled":true,"expect":"html","method":"HEAD","timeout_ms":10000},"provider":"chutes","public_safe":true,"source_urls":["https://chutes.ai/"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://chutes.ai/"},{"auth_required":false,"authority":"registry-observed","curation_level":"candidate-discovered","id":"sn-64-subnetradar-dashboard","key":"srf-85a0da45ede3265c","kind":"dashboard","last_verified_at":null,"name":"Chutes SubnetRadar dashboard","netuid":64,"notes":"Universal SubnetRadar subnet dashboard candidate. Third-party risk/market analytics enrichment, not Metagraphed endpoint health authority.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"subnetradar","public_safe":true,"quality_signals":{"content_type_matches_kind":true,"public_safe":true,"rate_limited":false,"redirected":false,"source_tier":"third-party-index","transient_failure":false},"rate_limit_notes":"Candidate only; no recurring probe is configured until maintainer review.","source_urls":["https://subnetradar.com/subnet/64"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://subnetradar.com/subnet/64"},{"auth_required":false,"authority":"registry-observed","curation_level":"candidate-discovered","id":"sn-64-taomarketcap-dashboard","key":"srf-7a4791b3c9754835","kind":"dashboard","last_verified_at":null,"name":"Chutes TaoMarketCap dashboard","netuid":64,"notes":"Universal TaoMarketCap subnet dashboard candidate. Third-party enrichment, not protocol authority.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"taomarketcap","public_safe":true,"source_urls":["https://api.taomarketcap.com/public/v1/subnets/64"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://taomarketcap.com/subnets/64"},{"auth_required":false,"authority":"registry-observed","curation_level":"candidate-discovered","id":"sn-64-taopedia-article","key":"srf-b6c0e8f35e42c2ff","kind":"docs","last_verified_at":null,"name":"Chutes Taopedia article","netuid":64,"notes":"Discovered from the public Taopedia article repository. Not protocol authority.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"taopedia-articles","public_safe":true,"source_urls":["https://github.com/e35ventura/taopedia-articles/blob/main/content/pages/subnet_64/index.mdx"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://github.com/e35ventura/taopedia-articles/blob/main/content/pages/subnet_64/index.mdx"},{"auth_required":false,"authority":"registry-observed","curation_level":"candidate-discovered","id":"sn-64-tensorplex-docs","key":"srf-69e4337c43b50cc8","kind":"docs","last_verified_at":null,"name":"Chutes Tensorplex subnet docs","netuid":64,"notes":"Discovered from Tensorplex subnet-docs. Useful as documentation enrichment, not verified operational authority.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"tensorplex-subnet-docs","public_safe":true,"source_urls":["https://github.com/tensorplex-labs/subnet-docs/blob/main/data/64/subnet.json"],"stale":null,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://github.com/tensorplex-labs/subnet-docs/tree/main/data/64"},{"auth_required":false,"authority":"registry-observed","curation_level":"machine-verified","id":"sn-64-website-link-chutes-ai-data-artifact-10","key":"srf-be64786443ccdea0","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes data artifact","netuid":64,"notes":"Discovered from a public project website link. Requires verification before promotion.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"chutes","public_safe":true,"quality_signals":{"content_type_matches_kind":true,"public_safe":true,"rate_limited":false,"redirected":false,"source_tier":"provider-claimed","transient_failure":false},"rate_limit_notes":"Candidate only; no recurring probe is configured until maintainer review.","source_urls":["https://chutes.ai/"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://chutes.ai/models?q=DeepSeek"},{"auth_required":false,"authority":"registry-observed","curation_level":"machine-verified","id":"sn-64-website-link-chutes-ai-data-artifact-2","key":"srf-3f81f65e784f3f55","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes data artifact","netuid":64,"notes":"Discovered from a public project website link. Requires verification before promotion.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"chutes","public_safe":true,"quality_signals":{"content_type_matches_kind":true,"public_safe":true,"rate_limited":false,"redirected":false,"source_tier":"provider-claimed","transient_failure":false},"rate_limit_notes":"Candidate only; no recurring probe is configured until maintainer review.","source_urls":["https://chutes.ai/"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://chutes.ai/models"},{"auth_required":false,"authority":"registry-observed","curation_level":"machine-verified","id":"sn-64-website-link-chutes-ai-data-artifact-8","key":"srf-3a58a19fb2681444","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes data artifact","netuid":64,"notes":"Discovered from a public project website link. Requires verification before promotion.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"chutes","public_safe":true,"quality_signals":{"content_type_matches_kind":true,"public_safe":true,"rate_limited":false,"redirected":false,"source_tier":"provider-claimed","transient_failure":false},"rate_limit_notes":"Candidate only; no recurring probe is configured until maintainer review.","source_urls":["https://chutes.ai/"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://chutes.ai/models?q=Kimi"},{"auth_required":false,"authority":"registry-observed","curation_level":"machine-verified","id":"sn-64-website-link-chutes-ai-data-artifact-9","key":"srf-3c1218d16846c934","kind":"data-artifact","last_verified_at":"2026-09-20T04:31:09.312Z","name":"Chutes data artifact","netuid":64,"notes":"Discovered from a public project website link. Requires verification before promotion.","probe":{"enabled":true,"expect":"any","method":"HEAD","timeout_ms":10000},"provider":"chutes","public_safe":true,"quality_signals":{"content_type_matches_kind":true,"public_safe":true,"rate_limited":false,"redirected":false,"source_tier":"provider-claimed","transient_failure":false},"rate_limit_notes":"Candidate only; no recurring probe is configured until maintainer review.","source_urls":["https://chutes.ai/"],"stale":false,"subnet_name":"Chutes","subnet_slug":"sn-64","url":"https://chutes.ai/models?q=GLM"}]},"meta":{"artifact_path":"/metagraph/surfaces/64.json","cache":"standard","contract_version":"2026-07-03.2","generated_at":"2026-09-20T12:26:49.169Z","published_at":"2026-09-20T12:26:49.169Z","source":"r2","pagination":{"collection":"surfaces","total":76,"returned":76,"limit":76,"cursor":0,"next_cursor":null,"sort":null,"order":"asc"}}}