{"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","official-source-repo","official-website"],"completeness_score":100,"contract_version":"2026-07-03.2","example_count":0,"examples":[],"generated_at":"2026-07-27T10:51:25.049Z","integration_readiness":93,"name":"Beam","netuid":105,"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":29,"services":[{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/auth/keys","capability":"Beam GET auth keys","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /auth/keys on beamcore.b1m.ai. The OpenAPI schema declares no security on this operation, but the route is gated in practice — live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"error\":\"authentication required\"}. Already flagged as auth-gated by this file's own gap_notes; Registered per the registry's full-API-parity policy (metagraphed#7116) with auth_required:true.","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/auth/keys' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/auth/keys\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/auth/keys\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-auth-keys"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/auth/me","capability":"Beam GET auth me","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /auth/me on beamcore.b1m.ai. The OpenAPI schema declares no security on this operation, but the route is gated in practice — live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"error\":\"authentication required\"}. Already flagged as auth-gated by this file's own gap_notes; Registered per the registry's full-API-parity policy (metagraphed#7116) with auth_required:true.","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/auth/me' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/auth/me\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/auth/me\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-auth-me"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/clients","capability":"Beam GET clients","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /clients on beamcore.b1m.ai. The OpenAPI schema declares no security on this operation, but the route is gated in practice — live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"error\":\"authentication required\"}. Already flagged as auth-gated by this file's own gap_notes; Registered per the registry's full-API-parity policy (metagraphed#7116) with auth_required:true.","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/clients' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/clients\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/clients\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-clients"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/clients/%7Bclient_id%7D","capability":"Beam GET clients by client_id","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /clients/{client_id} on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"error\":\"authentication required\"} — the auth gate answers first, confirming the route is real and gated. Path-param sibling of the fixed auth-gated group this file's own gap_notes already enumerated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/clients/%7Bclient_id%7D' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/clients/%7Bclient_id%7D\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/clients/%7Bclient_id%7D\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-clients-clientid"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/destinations","capability":"Beam GET destinations","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /destinations on beamcore.b1m.ai. The OpenAPI schema declares no security on this operation, but the route is gated in practice — live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"error\":\"authentication required\"}. Already flagged as auth-gated by this file's own gap_notes; Registered per the registry's full-API-parity policy (metagraphed#7116) with auth_required:true.","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/destinations' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/destinations\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/destinations\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-destinations"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/destinations/%7Bdestination_id%7D","capability":"Beam GET destinations by destination_id","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /destinations/{destination_id} on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"error\":\"authentication required\"} — the auth gate answers first, confirming the route is real and gated. Path-param sibling of the fixed auth-gated group this file's own gap_notes already enumerated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/destinations/%7Bdestination_id%7D' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/destinations/%7Bdestination_id%7D\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/destinations/%7Bdestination_id%7D\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-destinations-destinationid"},{"auth":{"location":"header","name":"x-api-key","scheme":"api-key","value_format":"<api-key>"},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/health","capability":"BeamCore API health","description":"Public no-auth GET /health on beamcore.b1m.ai returning control-plane liveness JSON (ok, db, schema, metagraph sync). Documented in the subnet OpenAPI spec on the same host; beamcore.b1m.ai is the CORE_SERVER_URL configured in the official Beam README. Live-verified 2026-07-20: HTTP 200 JSON; note assignment_dispatch can be multi-MB so MCP execute callers may prefer the smaller routing/worker-capacity surfaces for smoke tests.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture_status":{"artifact_path":null,"captured_at":null,"reason":"fixture capture skips credentialed services","status":"auth-required"},"health":{"status":"ok","classification":"live","latency_ms":434,"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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/health' \\\n  -H 'x-api-key: <api-key>'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/health\", headers={\"x-api-key\": \"<api-key>\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/health\", {\n  headers: { \"x-api-key\": \"<api-key>\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-health"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/internal/routing/live","capability":"Beam GET internal routing live","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /internal/routing/live on beamcore.b1m.ai — query param: pool. Live-verified 2026-07-21: a bare unauthenticated request returns HTTP 401 {\"error\":\"unauthorized\"}, and ?pool=x returns HTTP 400 FST_ERR_VALIDATION listing the allowed pool values — both consistent with a live, gated route. Registered auth_required:true per this file's own gap_notes finding, flagged for a contributor with a credential to confirm with a real pool value. Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/internal/routing/live' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/internal/routing/live\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/internal/routing/live\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-internal-routing-live"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/jobs","capability":"Beam GET jobs","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /jobs on beamcore.b1m.ai. The OpenAPI schema declares no security on this operation, but the route is gated in practice — live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"error\":\"authentication required\"}. Already flagged as auth-gated by this file's own gap_notes; Registered per the registry's full-API-parity policy (metagraphed#7116) with auth_required:true.","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/jobs' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/jobs\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/jobs\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-jobs"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/jobs/%7Bjob_id%7D","capability":"Beam GET jobs by job_id","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /jobs/{job_id} on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"error\":\"authentication required\"} — the auth gate answers first, confirming the route is real and gated. Path-param sibling of the fixed auth-gated group this file's own gap_notes already enumerated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/jobs/%7Bjob_id%7D' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/jobs/%7Bjob_id%7D\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/jobs/%7Bjob_id%7D\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-jobs-jobid"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":[],"authority":"community","base_url":"https://beamcore.b1m.ai/logs/stream/%7Bsource%7D","capability":"Beam GET logs stream by source","description":"SSE log stream: GET /logs/stream/{source} on beamcore.b1m.ai — the path-parameterized stream this file's own gap_notes already mention. Live-verified 2026-07-21 with a placeholder value: HTTP 404 {\"error\":\"Unknown log source: test-source\"} — a clean validation error, confirming the route is real. Registered auth_required:true per the issue's grouping of the path-param siblings with the auth-gated group (metagraphed#7116), flagged for confirmation with a real source. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"sse","provider":"beam","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/logs/stream/%7Bsource%7D' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/logs/stream/%7Bsource%7D\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/logs/stream/%7Bsource%7D\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-logs-stream-source"},{"auth":{"location":"header","name":"x-api-key","scheme":"api-key","value_format":"<api-key>"},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/openapi.json","capability":"BeamCore API OpenAPI schema","description":"Machine-readable OpenAPI 3.0 schema for the BeamCore control-plane HTTP API (title: BeamCore API). Served publicly at beamcore.b1m.ai; documents orchestrator, worker, validator, and health routes for SN105 Beam. Live-verified 2026-07-20: GET returns OpenAPI 3.0 JSON (~10 KB).","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer"],"live_status":"unknown"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-105-beam-openapi.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://beamcore.b1m.ai/openapi.json"},"response":{"content_type":"application/json; charset=utf-8","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-105-beam-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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"surface-id","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/openapi.json' \\\n  -H 'x-api-key: <api-key>'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/openapi.json\", headers={\"x-api-key\": \"<api-key>\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/openapi.json\", {\n  headers: { \"x-api-key\": \"<api-key>\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-openapi"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://beamcore.b1m.ai/status/orchestrator-relays","capability":"Beam orchestrator relay hotkeys","description":"Public no-auth GET /status/orchestrator-relays on beamcore.b1m.ai returning the list of orchestrator relay hotkeys. Documented in the subnet's own OpenAPI schema.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-105-beam-orchestrator-relays.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://beamcore.b1m.ai/status/orchestrator-relays"},"response":{"content_type":"application/json; charset=utf-8","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-105-beam-orchestrator-relays.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":187,"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":"beam","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/status/orchestrator-relays'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/status/orchestrator-relays\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/status/orchestrator-relays\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-orchestrator-relays"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D","capability":"Beam GET orchestrators by orchestrator_id","description":"GET /orchestrators/{orchestrator_id} on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder id: HTTP 404 {\"error\":\"orchestrator not found\"} — a clean not-found lookup answers before any auth challenge, confirming the route is real. Registered auth_required:true per the issue's grouping of this path-param sibling with the fixed auth-gated group (metagraphed#7116), flagged for confirmation with a real id. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-orchestrators-orchestratorid"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/assignments","capability":"Beam GET orchestrators by orchestrator_id assignments","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /orchestrators/{orchestrator_id}/assignments on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"error\":\"authentication required\"} — the auth gate answers first, confirming the route is real and gated. Path-param sibling of the fixed auth-gated group this file's own gap_notes already enumerated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/assignments' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/assignments\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/assignments\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-orchestrators-orchestratorid-assignments"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/pending-transfers","capability":"Beam GET orchestrators by orchestrator_id pending transfers","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /orchestrators/{orchestrator_id}/pending-transfers on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"error\":\"authentication required\"} — the auth gate answers first, confirming the route is real and gated. Path-param sibling of the fixed auth-gated group this file's own gap_notes already enumerated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/pending-transfers' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/pending-transfers\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/pending-transfers\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-orchestrators-orchestratorid-pending-transfers"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/tasks","capability":"Beam GET orchestrators by orchestrator_id tasks","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /orchestrators/{orchestrator_id}/tasks on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"error\":\"authentication required\"} — the auth gate answers first, confirming the route is real and gated. Path-param sibling of the fixed auth-gated group this file's own gap_notes already enumerated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/tasks' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/tasks\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/tasks\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-orchestrators-orchestratorid-tasks"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/workers","capability":"Beam GET orchestrators by orchestrator_id workers","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /orchestrators/{orchestrator_id}/workers on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"error\":\"authentication required\"} — the auth gate answers first, confirming the route is real and gated. Path-param sibling of the fixed auth-gated group this file's own gap_notes already enumerated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/workers' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/workers\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/orchestrators/%7Borchestrator_id%7D/workers\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-orchestrators-orchestratorid-workers"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/orchestrators/pending-transfers","capability":"Beam GET orchestrators pending transfers","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /orchestrators/pending-transfers on beamcore.b1m.ai. The OpenAPI schema declares no security on this operation, but the route is gated in practice — live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"error\":\"authentication required\"}. Already flagged as auth-gated by this file's own gap_notes; Registered per the registry's full-API-parity policy (metagraphed#7116) with auth_required:true.","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/orchestrators/pending-transfers' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/orchestrators/pending-transfers\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/orchestrators/pending-transfers\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-orchestrators-pending-transfers"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/orchestrators/prism-scores/%7Borch_uid%7D","capability":"Beam GET orchestrators prism scores by orch_uid","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /orchestrators/prism-scores/{orch_uid} on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"error\":\"authentication required\"} — the auth gate answers first, confirming the route is real and gated. Path-param sibling of the fixed auth-gated group this file's own gap_notes already enumerated. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/orchestrators/prism-scores/%7Borch_uid%7D' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/orchestrators/prism-scores/%7Borch_uid%7D\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/orchestrators/prism-scores/%7Borch_uid%7D\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-orchestrators-prism-scores-orchuid"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/orchestrators/workers","capability":"Beam GET orchestrators workers","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /orchestrators/workers on beamcore.b1m.ai. The OpenAPI schema declares no security on this operation, but the route is gated in practice — live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"error\":\"authentication required\"}. Already flagged as auth-gated by this file's own gap_notes; Registered per the registry's full-API-parity policy (metagraphed#7116) with auth_required:true.","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/orchestrators/workers' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/orchestrators/workers\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/orchestrators/workers\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-orchestrators-workers"},{"auth":{"location":"header","name":"x-api-key","scheme":"api-key","value_format":"<api-key>"},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/routing/orchestrators","capability":"Beam routing orchestrators","description":"Public no-auth GET returning active orchestrator nodes (hotkey, url, region). Documented in the subnet's own OpenAPI schema.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-105-beam-routing-orchestrators.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://beamcore.b1m.ai/routing/orchestrators"},"response":{"content_type":"application/json; charset=utf-8","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-105-beam-routing-orchestrators.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":196,"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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/routing/orchestrators' \\\n  -H 'x-api-key: <api-key>'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/routing/orchestrators\", headers={\"x-api-key\": \"<api-key>\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/routing/orchestrators\", {\n  headers: { \"x-api-key\": \"<api-key>\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-routing-orchestrators"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/transfers","capability":"Beam GET transfers","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /transfers on beamcore.b1m.ai. The OpenAPI schema declares no security on this operation, but the route is gated in practice — live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"error\":\"authentication required\"}. Already flagged as auth-gated by this file's own gap_notes; Registered per the registry's full-API-parity policy (metagraphed#7116) with auth_required:true.","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/transfers' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/transfers\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/transfers\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-transfers"},{"auth":null,"auth_required":false,"auth_schemes":[],"authority":"community","base_url":"https://beamcore.b1m.ai/config/uid-ranges","capability":"BeamCore orchestrator UID range config","description":"Public no-auth GET /config/uid-ranges on beamcore.b1m.ai returning the public orchestrator UID window (public_orchestrator_uid_start, public_orchestrator_uid_end, max_orchestrators). Documented as a route in the subnet's own OpenAPI schema (already-registered sn-105-beam-openapi surface); same beamcore.b1m.ai host as the existing health surface.","eligibility":{"callable":false,"reasons":["not-bittensor-base-layer","status-unknown"],"live_status":"unknown"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-105-beam-uid-ranges.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://beamcore.b1m.ai/config/uid-ranges"},"response":{"content_type":"application/json; charset=utf-8","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-105-beam-uid-ranges.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":"data-artifact","provider":"beam","schema_artifact":null,"schema_source":null,"schema_status":null,"schema_url":null,"snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/config/uid-ranges'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/config/uid-ranges\")\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/config/uid-ranges\");\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-uid-ranges"},{"auth":{"location":"header","names":["X-Validator-Hotkey","X-Validator-Signature","X-Validator-Timestamp","X-Validator-Nonce","X-Validator-Action"],"scheme":"signature","scopes_note":"Requires a hotkey-signed request: the X-Validator-Hotkey, X-Validator-Signature, X-Validator-Timestamp, X-Validator-Nonce, and X-Validator-Action headers proving control of a registered hotkey -- X-Validator-Action must be the exact literal string \"epoch_summary\" for this route, since it's part of the signed message. Confirmed live 2026-07-22: supplying all five moves the error from \"missing validator signature headers\" to a signature-byte-length check. No bearer token or API key is accepted, despite this API's own OpenAPI spec declaring an unused x-api-key scheme."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/Validator/epoch-summary/latest-epoch","capability":"Beam GET Validator epoch summary latest epoch","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /Validator/epoch-summary/latest-epoch on beamcore.b1m.ai. The OpenAPI schema declares no security on this operation, but the route is gated in practice — live-verified 2026-07-21: an unauthenticated request returns HTTP 401 {\"error\":\"missing validator signature headers\"} — a validator-signature scheme, not the schema's apiKey header. Already flagged as auth-gated by this file's own gap_notes; Registered per the registry's full-API-parity policy (metagraphed#7116) with auth_required:true.","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/Validator/epoch-summary/latest-epoch' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/Validator/epoch-summary/latest-epoch\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/Validator/epoch-summary/latest-epoch\", {\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-105-beam-validator-epoch-summary-latest-epoch"},{"auth":{"location":"header","name":"x-api-key","scheme":"api-key","value_format":"<api-key>"},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/validators/orchestrators","capability":"Beam validator orchestrator list","description":"Public no-auth GET /validators/orchestrators on beamcore.b1m.ai returning the orchestrator list as seen by validators (uid, hotkey, name, url, status, worker_count, bandwidth_mbps). Documented in the subnet's own OpenAPI schema. Distinct from the already-registered /routing/orchestrators surface (a different endpoint on the same host).","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-105-beam-validators-orchestrators.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://beamcore.b1m.ai/validators/orchestrators"},"response":{"content_type":"application/json; charset=utf-8","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-105-beam-validators-orchestrators.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":235,"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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/validators/orchestrators' \\\n  -H 'x-api-key: <api-key>'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/validators/orchestrators\", headers={\"x-api-key\": \"<api-key>\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/validators/orchestrators\", {\n  headers: { \"x-api-key\": \"<api-key>\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-validators-orchestrators"},{"auth":{"scheme":"custom","scopes_note":"Requires validator signature headers; the exact format is not fully documented by the subnet. Contact the subnet operator for details."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/validators/weights/%7Bepoch%7D","capability":"Beam GET validators weights by epoch","description":"Auth-gated (Phase 3 credential passthrough, not built yet) GET /validators/weights/{epoch} on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder value: HTTP 401 {\"error\":\"missing validator signature headers\"} — same validator-signature scheme as the Validator epoch-summary route, not the schema's apiKey header. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/validators/weights/%7Bepoch%7D' \\\n  -H 'Authorization: Bearer YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/validators/weights/%7Bepoch%7D\", headers={\"Authorization\": \"Bearer YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/validators/weights/%7Bepoch%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-105-beam-validators-weights-epoch"},{"auth":{"location":"header","name":"x-api-key","scheme":"api-key","value_format":"<api-key>"},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/routing/worker-capacity","capability":"Beam worker capacity","description":"Public no-auth GET returning total and per-orchestrator worker capacity. Documented in the subnet's own OpenAPI schema.","eligibility":{"callable":true,"reasons":["not-bittensor-base-layer"],"live_status":"ok"},"fixture":{"artifact_path":"/metagraph/fixtures/sn-105-beam-worker-capacity.json","captured_at":"2026-07-27T10:51:25.372Z","request":{"method":"GET","url":"https://beamcore.b1m.ai/routing/worker-capacity"},"response":{"content_type":"application/json; charset=utf-8","status":200}},"fixture_status":{"artifact_path":"/metagraph/fixtures/sn-105-beam-worker-capacity.json","captured_at":"2026-07-27T10:51:25.372Z","reason":null,"status":"available"},"health":{"status":"ok","classification":"live","latency_ms":104,"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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/routing/worker-capacity' \\\n  -H 'x-api-key: <api-key>'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/routing/worker-capacity\", headers={\"x-api-key\": \"<api-key>\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/routing/worker-capacity\", {\n  headers: { \"x-api-key\": \"<api-key>\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-worker-capacity"},{"auth":{"scheme":"api-key","scopes_note":"The schema's only declared securityScheme is an apiKey header; the schema declares no per-operation security, but the route is auth-gated in practice (verified live)."},"auth_required":true,"auth_schemes":["apiKey"],"authority":"community","base_url":"https://beamcore.b1m.ai/workers/%7Bworker_id%7D","capability":"Beam GET workers by worker_id","description":"GET /workers/{worker_id} on beamcore.b1m.ai. Live-verified 2026-07-21 with a placeholder id: HTTP 404 {\"error\":\"worker not found\"} — a clean not-found lookup answers before any auth challenge, confirming the route is real. Registered auth_required:true per the issue's grouping of this path-param sibling with the fixed auth-gated group (metagraphed#7116), flagged for confirmation with a real id. Path-param endpoint (needs Phase 2 schema-aware execution, not built yet) — the URL's %7B...%7D segment is the URI-encoded form of a literal {param} template (raw unescaped braces fail this repo's url format:\"uri\" schema check). Registered per the registry's full-API-parity policy (metagraphed#7116).","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":"beam","schema_artifact":"/metagraph/schemas/sn-105-beam-openapi.json","schema_source":{"artifact":"/metagraph/schemas/sn-105-beam-openapi.json","hash":"a86b61663eedc69bdf40819a7798e008c559fbfb9225aa5650bf2e9fd08ddf69","match":"same-origin-openapi","observed_at":"2026-07-27T10:51:25.372Z","status":"captured","surface_id":"sn-105-beam-openapi","url":"https://beamcore.b1m.ai/openapi.json"},"schema_status":"machine-readable","schema_url":"https://beamcore.b1m.ai/openapi.json","snippets":{"curl":"curl -sS 'https://beamcore.b1m.ai/workers/%7Bworker_id%7D' \\\n  -H 'Authorization: YOUR_API_KEY'","python":"import requests\n\nresp = requests.get(\"https://beamcore.b1m.ai/workers/%7Bworker_id%7D\", headers={\"Authorization\": \"YOUR_API_KEY\"})\nresp.raise_for_status()\nprint(resp.json())","typescript":"const resp = await fetch(\"https://beamcore.b1m.ai/workers/%7Bworker_id%7D\", {\n  headers: { \"Authorization\": \"YOUR_API_KEY\" },\n});\nif (!resp.ok) throw new Error(`HTTP ${resp.status}`);\nconst data = await resp.json();"},"surface_id":"sn-105-beam-workers-workerid"}],"slug":"sn-105","subnet_type":"application","operational_observed_at":"2026-07-27T22:15:19.089Z","health_source":"live-cron-prober"},"meta":{"artifact_path":"/metagraph/agent-catalog/105.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"}}