{"ok":true,"schema_version":1,"data":{"agent_readiness":{"blocker_level":"missing-data","blockers":[{"code":"unclear-auth","field":"auth","message":"Callable services exist, but auth requirements are not fully machine-readable.","next_action":"Declare auth_required/auth_schemes or capture auth metadata from the service schema.","severity":"missing-data"},{"code":"missing-docs","field":"docs_url","message":"No public documentation link is recorded.","next_action":"Add an official docs URL or document that no public docs exist.","severity":"missing-data"}],"missing_fields":["auth","docs_url"],"status":"callable"},"categories":["baseline-augmented","baseline-curated","identity-reviewed","mcp","official-source-repo","official-website"],"completeness_score":93,"contract_version":"2026-07-03.2","example_count":0,"examples":[],"generated_at":"2026-07-27T10:51:25.049Z","integration_readiness":93,"name":"SOMA","netuid":114,"readiness":{"components":{"active_lifecycle":true,"auth_clarity":false,"callable_now":true,"documented":true,"has_callable_api":true,"has_candidate_api":true,"has_public_docs":false,"has_source_repo":true,"profile_complete":true},"readiness_tier":"buildable","readiness_version":2,"score":93,"readiness_verified":true},"schema_version":1,"service_count":49,"services":[{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/competition/%7Bcompetition_id%7D/aggregate","capability":"SOMA api private frontend competition competition id aggregate","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/competition/{competition_id}/aggregate on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/competition/%7Bcompetition_id%7D/aggregate' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/competition/%7Bcompetition_id%7D/aggregate\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/competition/%7Bcompetition_id%7D/aggregate\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-competition-competition-id-aggregate"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/competition/timeframe/current","capability":"SOMA api private frontend competition timeframe current","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/competition/timeframe/current on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/competition/timeframe/current' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/competition/timeframe/current\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/competition/timeframe/current\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-competition-timeframe-current"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/competitions-list","capability":"SOMA api private frontend competitions-list","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/competitions-list on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Live-verified 2026-07-21: HTTP 403 for anonymous GET. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/competitions-list' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/competitions-list\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/competitions-list\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-competitions-list"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D","capability":"SOMA api private frontend miners comp id","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/miners/{comp_id} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-miners-comp-id"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D","capability":"SOMA api private frontend miners comp id hotkey","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/miners/{comp_id}/{hotkey} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-miners-comp-id-hotkey"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition","capability":"SOMA api private frontend miners comp id hotkey competition","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/miners/{comp_id}/{hotkey}/competition on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-miners-comp-id-hotkey-competition"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition/challenges","capability":"SOMA api private frontend miners comp id hotkey competition challenges","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/miners/{comp_id}/{hotkey}/competition/challenges on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition/challenges' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition/challenges\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition/challenges\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-miners-comp-id-hotkey-competition-challenges"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener","capability":"SOMA api private frontend miners comp id hotkey screener","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/miners/{comp_id}/{hotkey}/screener on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-miners-comp-id-hotkey-screener"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener/challenges","capability":"SOMA api private frontend miners comp id hotkey screener challenges","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/miners/{comp_id}/{hotkey}/screener/challenges on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener/challenges' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener/challenges\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener/challenges\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-miners-comp-id-hotkey-screener-challenges"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/miners/%7Bhotkey%7D/competition/challenges/%7Bbatch_challenge_id%7D","capability":"SOMA api private frontend miners hotkey competition challenges batch challenge id","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/miners/{hotkey}/competition/challenges/{batch_challenge_id} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/miners/%7Bhotkey%7D/competition/challenges/%7Bbatch_challenge_id%7D' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bhotkey%7D/competition/challenges/%7Bbatch_challenge_id%7D\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/miners/%7Bhotkey%7D/competition/challenges/%7Bbatch_challenge_id%7D\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-miners-hotkey-competition-challenges-batch-challenge-id"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/summary","capability":"SOMA api private frontend summary","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/summary on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Live-verified 2026-07-21: HTTP 403 for anonymous GET. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/summary' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/summary\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/summary\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-summary"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D","capability":"SOMA api private frontend swe miners comp id","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/swe/miners/{comp_id} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-swe-miners-comp-id"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D","capability":"SOMA api private frontend swe miners comp id hotkey","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/swe/miners/{comp_id}/{hotkey} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-swe-miners-comp-id-hotkey"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/penalties","capability":"SOMA api private frontend swe miners comp id hotkey penalties","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/swe/miners/{comp_id}/{hotkey}/penalties on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/penalties' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/penalties\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/penalties\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-swe-miners-comp-id-hotkey-penalties"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks","capability":"SOMA api private frontend swe miners comp id hotkey tasks","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/swe/miners/{comp_id}/{hotkey}/tasks on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-swe-miners-comp-id-hotkey-tasks"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D","capability":"SOMA api private frontend swe miners comp id hotkey tasks task name","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/swe/miners/{comp_id}/{hotkey}/tasks/{task_name} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-swe-miners-comp-id-hotkey-tasks-task-name"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D/runs","capability":"SOMA api private frontend swe miners comp id hotkey tasks task name runs","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/swe/miners/{comp_id}/{hotkey}/tasks/{task_name}/runs on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D/runs' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D/runs\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D/runs\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-swe-miners-comp-id-hotkey-tasks-task-name-runs"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/frontend/validators","capability":"SOMA api private frontend validators","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/private/frontend/validators on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/frontend/validators' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/frontend/validators\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/frontend/validators\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-frontend-validators"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/incentives/competitions/%7Bcompetition_id%7D/candidates","capability":"SOMA api private incentives competitions competition id candidates","description":"Auth-gated (Phase 3 credential passthrough, not built yet) POST /api/private/incentives/competitions/{competition_id}/candidates on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/incentives/competitions/%7Bcompetition_id%7D/candidates' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/incentives/competitions/%7Bcompetition_id%7D/candidates\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/incentives/competitions/%7Bcompetition_id%7D/candidates\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-incentives-competitions-competition-id-candidates"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/incentives/top-miners/%7Btop_miner_id%7D/approval","capability":"SOMA api private incentives top-miners top miner id approval","description":"Auth-gated (Phase 3 credential passthrough, not built yet) PATCH /api/private/incentives/top-miners/{top_miner_id}/approval on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/incentives/top-miners/%7Btop_miner_id%7D/approval' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/incentives/top-miners/%7Btop_miner_id%7D/approval\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/incentives/top-miners/%7Btop_miner_id%7D/approval\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-incentives-top-miners-top-miner-id-approval"},{"auth":{"scheme":"custom","scopes_note":"The exact credential mechanism is not publicly documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/private/sandbox/compact-bench/report","capability":"SOMA api private sandbox compact-bench report","description":"Auth-gated (Phase 3 credential passthrough, not built yet) POST /api/private/sandbox/compact-bench/report on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/private/* router/auth boundary as the verified sn-114-soma-api-private-frontend-summary (403). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/private/sandbox/compact-bench/report' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/private/sandbox/compact-bench/report\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/private/sandbox/compact-bench/report\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-private-sandbox-compact-bench-report"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/competition/timeframe/current","capability":"SOMA api public frontend-key competition timeframe current","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/competition/timeframe/current on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/competition/timeframe/current' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/competition/timeframe/current\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/competition/timeframe/current\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-competition-timeframe-current"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/competitions-list","capability":"SOMA api public frontend-key competitions-list","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/competitions-list on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Live-verified 2026-07-21: HTTP 401 for anonymous GET. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/competitions-list' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/competitions-list\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/competitions-list\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-competitions-list"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D","capability":"SOMA api public frontend-key miners comp id","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/miners/{comp_id} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-miners-comp-id"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D","capability":"SOMA api public frontend-key miners comp id hotkey","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/miners/{comp_id}/{hotkey} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-miners-comp-id-hotkey"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition","capability":"SOMA api public frontend-key miners comp id hotkey competition","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/miners/{comp_id}/{hotkey}/competition on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-miners-comp-id-hotkey-competition"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition/challenges","capability":"SOMA api public frontend-key miners comp id hotkey competition challenges","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/miners/{comp_id}/{hotkey}/competition/challenges on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition/challenges' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition/challenges\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/competition/challenges\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-miners-comp-id-hotkey-competition-challenges"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener","capability":"SOMA api public frontend-key miners comp id hotkey screener","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/miners/{comp_id}/{hotkey}/screener on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-miners-comp-id-hotkey-screener"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener/challenges","capability":"SOMA api public frontend-key miners comp id hotkey screener challenges","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/miners/{comp_id}/{hotkey}/screener/challenges on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener/challenges' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener/challenges\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bcomp_id%7D/%7Bhotkey%7D/screener/challenges\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-miners-comp-id-hotkey-screener-challenges"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bhotkey%7D/competition/challenges/%7Bbatch_challenge_id%7D","capability":"SOMA api public frontend-key miners hotkey competition challenges batch challenge id","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/miners/{hotkey}/competition/challenges/{batch_challenge_id} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bhotkey%7D/competition/challenges/%7Bbatch_challenge_id%7D' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bhotkey%7D/competition/challenges/%7Bbatch_challenge_id%7D\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/miners/%7Bhotkey%7D/competition/challenges/%7Bbatch_challenge_id%7D\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-miners-hotkey-competition-challenges-batch-challenge-id"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/summary","capability":"SOMA api public frontend-key summary","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/summary on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Live-verified 2026-07-21: HTTP 401 for anonymous GET. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/summary' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/summary\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/summary\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-summary"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D","capability":"SOMA api public frontend-key swe miners comp id","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/swe/miners/{comp_id} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-swe-miners-comp-id"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D","capability":"SOMA api public frontend-key swe miners comp id hotkey","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/swe/miners/{comp_id}/{hotkey} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-swe-miners-comp-id-hotkey"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/penalties","capability":"SOMA api public frontend-key swe miners comp id hotkey penalties","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/swe/miners/{comp_id}/{hotkey}/penalties on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/penalties' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/penalties\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/penalties\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-swe-miners-comp-id-hotkey-penalties"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks","capability":"SOMA api public frontend-key swe miners comp id hotkey tasks","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/swe/miners/{comp_id}/{hotkey}/tasks on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-swe-miners-comp-id-hotkey-tasks"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D","capability":"SOMA api public frontend-key swe miners comp id hotkey tasks task name","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/swe/miners/{comp_id}/{hotkey}/tasks/{task_name} on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-swe-miners-comp-id-hotkey-tasks-task-name"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D/runs","capability":"SOMA api public frontend-key swe miners comp id hotkey tasks task name runs","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/swe/miners/{comp_id}/{hotkey}/tasks/{task_name}/runs on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D/runs' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D/runs\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/swe/miners/%7Bcomp_id%7D/%7Bhotkey%7D/tasks/%7Btask_name%7D/runs\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-swe-miners-comp-id-hotkey-tasks-task-name-runs"},{"auth":{"location":"header","name":"X-API-Key","scheme":"api-key","scopes_note":"Requires an X-API-Key header (live-verified 2026-07-22: an unauthenticated request returns HTTP 401 \"Missing API key\"; a well-formed X-API-Key progresses to \"Invalid API key\"). No hotkey-signed request is accepted for this route."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/api/public/frontend-key/validators","capability":"SOMA api public frontend-key validators","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /api/public/frontend-key/validators on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not individually curled at this volume (46 auth-gated operations) -- same /api/public/frontend-key/* router/auth boundary as the verified sn-114-soma-api-public-frontend-key-summary (401). Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/api/public/frontend-key/validators' \\\n  -H 'X-API-Key: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/api/public/frontend-key/validators\", headers={\"X-API-Key\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/api/public/frontend-key/validators\", {\n  headers: { \"X-API-Key\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-api-public-frontend-key-validators"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://thesoma.ai/api/health","capability":"SOMA API health","description":"Public no-auth GET /api/health on thesoma.ai returning application liveness JSON. Served on the official SN114 website host registered in this manifest and linked from the DendriteHQ/SOMA source repository.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-114-soma-health.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://thesoma.ai/api/health"},"response":{"content_type":"application/json","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-114-soma-health.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":115,"last_ok":"2026-07-27T22:15:19.089Z","last_checked":"2026-07-27T22:15:19.089Z","stale":false,"observed_by":"live-cron-prober"},"kind":"subnet-api","provider":"soma","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://thesoma.ai/api/health'","python":"import requests\n\nresp = requests.get(\"https://thesoma.ai/api/health\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://thesoma.ai/api/health\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-health"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"official","base_url":"https://thesoma.ai/mcp","capability":"SOMA MCP surface","description":"Public SOMA MCP information surface for SN114.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture only samples enabled GET probes","status":"non-get"},"health":{"status":"ok","classification":"live","latency_ms":130,"last_ok":"2026-07-27T22:15:19.089Z","last_checked":"2026-07-27T22:15:19.089Z","stale":false,"observed_by":"live-cron-prober"},"kind":"data-artifact","provider":"soma","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://thesoma.ai/mcp'","python":"import requests\n\nresp = requests.get(\"https://thesoma.ai/mcp\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://thesoma.ai/mcp\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-mcp"},{"auth":{"body_envelope":{"credential_key":"sig","payload_key":"payload"},"location":"body","names":["signer_ss58","nonce","signature"],"scheme":"signature","scopes_note":"Requires a hotkey-signed request, wrapped in the target API's own SignedEnvelope shape: {\"payload\": {...request data...}, \"sig\": {\"signer_ss58\": ..., \"nonce\": ..., \"signature\": ...}} -- declared in the subnet's own OpenAPI spec (SignedEnvelope_dict_/Signature schemas). No static API key or bearer token is accepted."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/miner/openrouter-key/add","capability":"SOMA miner openrouter-key add","description":"Auth-gated (Phase 3 credential passthrough, not built yet) POST /miner/openrouter-key/add on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not spot-verified individually -- Bittensor miner/validator protocol writes flagged in metagraphed#7125 for maintainer confirmation of the actual hotkey-signature gate. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/miner/openrouter-key/add' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/miner/openrouter-key/add\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/miner/openrouter-key/add\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-miner-openrouter-key-add"},{"auth":{"body_envelope":{"credential_key":"sig","payload_key":"payload"},"location":"body","names":["signer_ss58","nonce","signature"],"scheme":"signature","scopes_note":"Requires a hotkey-signed request, wrapped in the target API's own SignedEnvelope shape: {\"payload\": {...request data...}, \"sig\": {\"signer_ss58\": ..., \"nonce\": ..., \"signature\": ...}} -- declared in the subnet's own OpenAPI spec (SignedEnvelope_dict_/Signature schemas). No static API key or bearer token is accepted."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/miner/openrouter-key/delete","capability":"SOMA miner openrouter-key delete","description":"Auth-gated (Phase 3 credential passthrough, not built yet) POST /miner/openrouter-key/delete on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not spot-verified individually -- Bittensor miner/validator protocol writes flagged in metagraphed#7125 for maintainer confirmation of the actual hotkey-signature gate. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/miner/openrouter-key/delete' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/miner/openrouter-key/delete\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/miner/openrouter-key/delete\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-miner-openrouter-key-delete"},{"auth":{"body_envelope":{"credential_key":"sig","payload_key":"payload"},"location":"body","names":["signer_ss58","nonce","signature"],"scheme":"signature","scopes_note":"Requires a hotkey-signed request, wrapped in the target API's own SignedEnvelope shape: {\"payload\": {...request data...}, \"sig\": {\"signer_ss58\": ..., \"nonce\": ..., \"signature\": ...}} -- declared in the subnet's own OpenAPI spec (SignedEnvelope_dict_/Signature schemas). No static API key or bearer token is accepted."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/miner/openrouter-key/update","capability":"SOMA miner openrouter-key update","description":"Auth-gated (Phase 3 credential passthrough, not built yet) POST /miner/openrouter-key/update on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not spot-verified individually -- Bittensor miner/validator protocol writes flagged in metagraphed#7125 for maintainer confirmation of the actual hotkey-signature gate. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/miner/openrouter-key/update' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/miner/openrouter-key/update\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/miner/openrouter-key/update\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-miner-openrouter-key-update"},{"auth":{"body_envelope":{"credential_key":"sig","payload_key":"payload"},"location":"body","names":["signer_ss58","nonce","signature"],"scheme":"signature","scopes_note":"Requires a hotkey-signed request, wrapped in the target API's own SignedEnvelope shape: {\"payload\": {...request data...}, \"sig\": {\"signer_ss58\": ..., \"nonce\": ..., \"signature\": ...}} -- declared in the subnet's own OpenAPI spec (SignedEnvelope_dict_/Signature schemas). No static API key or bearer token is accepted."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/miner/upload","capability":"SOMA miner upload","description":"Auth-gated (Phase 3 credential passthrough, not built yet) POST /miner/upload on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not spot-verified individually -- Bittensor miner/validator protocol writes flagged in metagraphed#7125 for maintainer confirmation of the actual hotkey-signature gate. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/miner/upload' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/miner/upload\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/miner/upload\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-miner-upload"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/openapi.json","capability":"SOMA platform OpenAPI schema","description":"Public no-auth OpenAPI 3.1 schema (title \"MCP-subnet\", 46 paths) for the SN114 SOMA platform API on platform.thesoma.ai. The official DendriteHQ/SOMA validator/.env.example sets NETUID=114 and PLATFORM_URL=https://platform.thesoma.ai, tying this host to the subnet; Swagger UI is served at /docs on the same host. Distinct from thesoma.ai website and /api/health surfaces.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer"],"live_status":"unknown"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-114-soma-openapi.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://platform.thesoma.ai/openapi.json"},"response":{"content_type":"application/json","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-114-soma-openapi.json","captured_at":"2026-07-27T10:51:25.372Z","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":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"surface-id","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/openapi.json'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/openapi.json\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/openapi.json\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-openapi"},{"auth":{"body_envelope":{"credential_key":"sig","payload_key":"payload"},"location":"body","names":["signer_ss58","nonce","signature"],"scheme":"signature","scopes_note":"Requires a hotkey-signed request, wrapped in the target API's own SignedEnvelope shape: {\"payload\": {...request data...}, \"sig\": {\"signer_ss58\": ..., \"nonce\": ..., \"signature\": ...}} -- declared in the subnet's own OpenAPI spec (SignedEnvelope_dict_/Signature schemas). No static API key or bearer token is accepted."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/validator/get_best_miners","capability":"SOMA validator get best miners","description":"Auth-gated (Phase 3 credential passthrough, not built yet) POST /validator/get_best_miners on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not spot-verified individually -- Bittensor miner/validator protocol writes flagged in metagraphed#7125 for maintainer confirmation of the actual hotkey-signature gate. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/validator/get_best_miners' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/validator/get_best_miners\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/validator/get_best_miners\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-validator-get-best-miners"},{"auth":{"body_envelope":{"credential_key":"sig","payload_key":"payload"},"location":"body","names":["signer_ss58","nonce","signature"],"scheme":"signature","scopes_note":"Requires a hotkey-signed request, wrapped in the target API's own SignedEnvelope shape: {\"payload\": {...request data...}, \"sig\": {\"signer_ss58\": ..., \"nonce\": ..., \"signature\": ...}} -- declared in the subnet's own OpenAPI spec (SignedEnvelope_dict_/Signature schemas). No static API key or bearer token is accepted."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/validator/get_swebench_validation","capability":"SOMA validator get swebench validation","description":"Auth-gated (Phase 3 credential passthrough, not built yet) POST /validator/get_swebench_validation on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not spot-verified individually -- Bittensor miner/validator protocol writes flagged in metagraphed#7125 for maintainer confirmation of the actual hotkey-signature gate. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/validator/get_swebench_validation' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/validator/get_swebench_validation\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/validator/get_swebench_validation\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-validator-get-swebench-validation"},{"auth":{"body_envelope":{"credential_key":"sig","payload_key":"payload"},"location":"body","names":["signer_ss58","nonce","signature"],"scheme":"signature","scopes_note":"Requires a hotkey-signed request, wrapped in the target API's own SignedEnvelope shape: {\"payload\": {...request data...}, \"sig\": {\"signer_ss58\": ..., \"nonce\": ..., \"signature\": ...}} -- declared in the subnet's own OpenAPI spec (SignedEnvelope_dict_/Signature schemas). No static API key or bearer token is accepted."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/validator/register","capability":"SOMA validator register","description":"Auth-gated (Phase 3 credential passthrough, not built yet) POST /validator/register on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not spot-verified individually -- Bittensor miner/validator protocol writes flagged in metagraphed#7125 for maintainer confirmation of the actual hotkey-signature gate. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/validator/register' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/validator/register\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/validator/register\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-validator-register"},{"auth":{"body_envelope":{"credential_key":"sig","payload_key":"payload"},"location":"body","names":["signer_ss58","nonce","signature"],"scheme":"signature","scopes_note":"Requires a hotkey-signed request, wrapped in the target API's own SignedEnvelope shape: {\"payload\": {...request data...}, \"sig\": {\"signer_ss58\": ..., \"nonce\": ..., \"signature\": ...}} -- declared in the subnet's own OpenAPI spec (SignedEnvelope_dict_/Signature schemas). No static API key or bearer token is accepted."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://platform.thesoma.ai/validator/submit_swebench_validation_score","capability":"SOMA validator submit swebench validation score","description":"Auth-gated (Phase 3 credential passthrough, not built yet) POST /validator/submit_swebench_validation_score on platform.thesoma.ai -- from the SN114 SOMA platform OpenAPI schema (sn-114-soma-openapi, 46 paths). Not spot-verified individually -- Bittensor miner/validator protocol writes flagged in metagraphed#7125 for maintainer confirmation of the actual hotkey-signature gate. Registered per the registry full-API-parity policy (metagraphed#7125 reopen) even though it is not callable by the anonymous Phase-1 call_subnet_surface tool today.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown","auth-required"],"live_status":"unknown"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"unknown","classification":null,"latency_ms":null,"last_ok":null,"last_checked":null,"stale":false,"observed_by":"unavailable"},"kind":"subnet-api","provider":"soma","schema_artifact":"/metagraph/schemas/sn-114-soma-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-114-soma-openapi.json","hash":"9f72da99976423324cac90b6b95120276cc40ef6570979f34d4e412e8051f9ae","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-114-soma-openapi","url":"https://platform.thesoma.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://platform.thesoma.ai/openapi.json","snippets":{"curl":"curl -sS 'https://platform.thesoma.ai/validator/submit_swebench_validation_score' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://platform.thesoma.ai/validator/submit_swebench_validation_score\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://platform.thesoma.ai/validator/submit_swebench_validation_score\", {\n  headers: { \"Authorization\": \"Bearer YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-114-soma-validator-submit-swebench-validation-score"}],"slug":"sn-114","subnet_type":"application","operational_observed_at":"2026-07-27T22:15:19.089Z","health_source":"live-cron-prober"},"meta":{"artifact_path":"/metagraph/agent-catalog/114.json","cache":"standard","contract_version":"2026-07-03.2","generated_at":"2026-07-27T10:51:25.049Z","published_at":"2026-07-27T10:51:25.049Z","source":"live-cron-prober","operational_observed_at":"2026-07-27T22:15:19.089Z"}}