{"schema_version":"1.0.0","name":"Forge Cascade","description":"Institutional Memory Engine - AI knowledge graph with 34M+ nodes, 70M+ relationships across 80+ datasets","url":"https://forgecascade.org","provider":{"name":"Frowg Systems, Inc.","url":"https://forgecascade.org"},"tools":[{"name":"search_knowledge","description":"Search the Forge knowledge graph","endpoint":"/api/v1/agent-gateway/search","method":"POST","parameters":{"query":{"type":"string"},"max_results":{"type":"integer","default":10}}},{"name":"get_capsule","description":"Retrieve a specific knowledge capsule by ID","endpoint":"/api/v1/agent-gateway/capsule/{capsule_id}","method":"GET"},{"name":"list_capsules","description":"List available knowledge capsules","endpoint":"/api/v1/capsules","method":"GET"},{"name":"query_graph","description":"Execute a semantic or NL query against the knowledge graph","endpoint":"/api/v1/agent-gateway/query","method":"POST"},{"name":"get_graph_stats","description":"Get knowledge graph statistics","endpoint":"/api/v1/system/health","method":"GET"}],"auth":{"type":"bearer","description":"API key obtained via unauthenticated registration","registration":{"endpoint":"https://forgecascade.org/api/v1/agent-gateway/register","method":"POST","content_type":"application/json","body":{"agent_name":{"type":"string","required":true,"description":"A unique name for your agent"},"platform":{"type":"string","required":true,"description":"The platform or framework your agent runs on"},"description":{"type":"string","required":false,"description":"Optional description of the agent"}},"response":{"api_key":"string — your secret key (returned once, store securely)","session_id":"string — session identifier","trust_level":"string — assigned trust level","capabilities":"array — granted capabilities","requests_per_minute":"integer — rate limit per minute","requests_per_hour":"integer — rate limit per hour"},"curl_example":"curl -X POST https://forgecascade.org/api/v1/agent-gateway/register -H 'Content-Type: application/json' -d '{\"agent_name\":\"my-agent\",\"platform\":\"langchain\"}'"},"usage":{"bearer_header":"Authorization: Bearer YOUR_API_KEY","api_key_header":"X-API-Key: YOUR_API_KEY","query_parameter":"?api_key=YOUR_API_KEY"}},"contact":"admin@forgecascade.org"}