{"openapi":"3.0.0","info":{"title":"HIVE8 (The Hive Platform) API","version":"1.0.0","description":"Production registry, discovery layer, and execution proxy for machine-readable Bees and standardized Honey structures."},"servers":[{"url":"/api","description":"Hive core endpoint router"}],"paths":{"/bees":{"get":{"summary":"Discover Bees","description":"Returns an array of all active, discoverable machine-readable capabilities (Bees) hosted by the Hive.","responses":{"200":{"description":"Success"}}}},"/bees/{id}":{"get":{"summary":"Get Bee Details","description":"Retrieves complete metadata, description, pricing details, and JSON input/output schemas for a specific Bee.","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"},"description":"Unique string identifier of the Bee capability."}],"responses":{"200":{"description":"Success"},"404":{"description":"Not Found"}}}}}}