{"name":"Forge Knowledge Engine","description":"Institutional memory engine providing semantic search, knowledge graph queries, capsule management, lineage tracking, and governance — accessible via the Google A2A protocol.","url":"http://forgecascade.org/a2a","version":"1.0.0","documentationUrl":"http://forgecascade.org/llms-full.txt","provider":{"organization":"Forge","url":"http://forgecascade.org"},"capabilities":{"streaming":true,"pushNotifications":false,"stateTransitionHistory":true},"securitySchemes":{"apiKey":{"type":"apiKey","name":"Authorization","in":"header","scheme":null,"description":"Bearer token using a Forge Agent Gateway API key. Register (no auth required): POST /api/v1/agent-gateway/register with JSON body: {\"agent_name\": \"your-name\", \"platform\": \"your-platform\"}. The API key is returned once in the response — store it securely. Then authenticate with: Authorization: Bearer YOUR_KEY, X-API-Key: YOUR_KEY header, or ?api_key=YOUR_KEY query parameter."}},"security":[{"apiKey":[]}],"skills":[{"id":"search_knowledge","name":"Search Knowledge","description":"Semantic search across the Forge knowledge graph capsules.","tags":["search","knowledge","semantic"],"examples":["Search for capsules about machine learning","Find knowledge related to climate change"],"inputModes":["text/plain"],"outputModes":["text/plain","application/json"]},{"id":"query_graph","name":"Query Graph","description":"Execute natural language queries against the knowledge graph.","tags":["graph","query","knowledge"],"examples":["What are the relationships between AI and healthcare?","Show connections for capsule abc-123"],"inputModes":["text/plain"],"outputModes":["text/plain","application/json"]},{"id":"read_capsule","name":"Read Capsule","description":"Read a specific knowledge capsule by its ID.","tags":["capsule","read","knowledge"],"examples":["Read capsule abc-123","Get the content of capsule xyz-789"],"inputModes":["text/plain"],"outputModes":["text/plain","application/json"]},{"id":"list_capsules","name":"List Capsules","description":"List and filter capsules in the knowledge graph.","tags":["capsule","list","browse"],"examples":["List recent capsules","Show capsules of type research"],"inputModes":["text/plain"],"outputModes":["text/plain","application/json"]},{"id":"create_capsule","name":"Create Capsule","description":"Create a new knowledge capsule in the graph.","tags":["capsule","create","write"],"examples":["Create a capsule about quantum computing"],"inputModes":["text/plain"],"outputModes":["text/plain","application/json"]},{"id":"view_lineage","name":"View Lineage","description":"View provenance and lineage information for a capsule.","tags":["lineage","provenance","audit"],"examples":["Show the lineage of capsule abc-123"],"inputModes":["text/plain"],"outputModes":["text/plain","application/json"]},{"id":"view_governance","name":"View Governance","description":"View governance proposals and voting status.","tags":["governance","proposals","voting"],"examples":["Show active governance proposals","What is the status of proposal P-42?"],"inputModes":["text/plain"],"outputModes":["text/plain","application/json"]}],"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["text/plain","application/json"],"supportsAuthenticatedExtendedCard":false}