Use this file to discover all available pages before exploring further.
Returns a succinct, token-optimized answer in natural-language markdown, with full explainability, source citations, and extracted entities. Use knowledge_search (POST /v1/knowledge/search) when you need a human-readable answer rather than raw data.Input can be a Cala QL expression or a natural-language question — both produce the same response shape. See the Structured Answer page for the full QL syntax reference.
Automatically identifies and extracts entities from results
Every claim is traceable back to its source documents
{"input": "What are the most promising climate tech startups in Southern Europe?"}
Every response includes four parts:
Answer
A succinct, structured answer in markdown — ready to use directly.
## Spanish Startups with >€10M Funding### Renewable Energy & Deep Tech**Altano Energy** — Madrid-based, developing renewable energy projectsacross Spain. Secured €60M Series C in 2025 from M&G Investments and PioneerPoint Partners.**BeePlanet Factory** — Navarre-based, manufactures energy storage fromEV batteries. Raised €5M, building BeeCycle recycling plant with 10,000 tons/yearcapacity by 2026.**Matteco** — Paterna-based, advanced materials for green hydrogen.€16.3M raised.### Market Trends**Spain** leads Southern Europe with 16 cleantech VC deals in Q1 2025.**Italy** and **Portugal** emerging as hubs via EU Innovation Fund projects.**Cleantech for Iberia** drove a 37% increase in clean tech investment.
Explainability
Every claim in the answer is traced back to specific source documents — so you know exactly why something was said.
[ { "content": "Altano Energy secured a €60 million Series C round in July 2025 from Pioneer Point Partners and M&G Investments.", "references": ["f22a1a96-6234-48d7-95c2-8b049f00fdab"] }, { "content": "BeePlanet Factory manufactures energy-storage systems from second-life EV batteries and raised approximately $5.3 million.", "references": ["521038fd-3c36-4fd4-a6e3-9aa2c0be598d"] }, { "content": "Spain accounts for the largest share of cleantech VC activity in Southern Europe, recording 16 deals in Q1 2025.", "references": ["27735c7a-f365-48f7-9db4-cf406ce7033e"] }]
Each reference UUID links to a source document in the Sources section below.
Sources
Full provenance for every claim — publisher, article title, and URL. Nothing is a black box.
[ { "id": "f22a1a96-6234-48d7-95c2-8b049f00fdab", "content": "Altano Energy – €60m (Series C, Jul 2025). Develops and operates renewable energy projects across Spain...", "origins": [ { "source": {"name": "Impact Loop", "url": "https://www.impactloop.com/"}, "document": { "name": "Europe's top 25 climate tech funding rounds this year", "url": "https://www.impactloop.com/artikel/europe-s-25-largest-climate-tech-fundraises-funding-2025-and-the-investors-behind-them" } } ] }, { "id": "521038fd-3c36-4fd4-a6e3-9aa2c0be598d", "content": "Matteco: $16.3m raised. Producer of advanced materials for green hydrogen...", "origins": [ { "source": {"name": "Seedtable", "url": "https://www.seedtable.com/"}, "document": { "name": "11 Best Climate Tech Green Tech Startups in Spain - 2025", "url": "https://www.seedtable.com/best-climate-tech-green-tech-startups-in-spain" } } ] }, { "id": "27735c7a-f365-48f7-9db4-cf406ce7033e", "content": "Cleantech VC deals took place in 17 of 27 EU member states in Q1 2025. Germany led with 36 deals, followed by Netherlands and France (20 each), Spain (16)...", "origins": [ { "source": {"name": "Cleantech for Europe", "url": "https://www.cleantechforeurope.com/"}, "document": { "name": "Cleantech Q1 Briefing 2025", "url": "https://www.cleantechforeurope.com/publications/cleantech-q1-briefing-2025" } } ] }]
Entities
Every entity mentioned is automatically identified, typed, and assigned a Cala UUID — ready to query further with retrieve_entity.