--- type: product-profile schema_version: fons-profile/v1 slug: fons-agent entity_id: fons:product:fons-agent name: "Fons Agent" canonical_url: https://fons.vc/p/fons-agent markdown_url: https://fons.vc/p/fons-agent.md visibility: public data_owner: company verification_status: self-attested tagline: "The Context Network built for AI" stage: "Pre-Seed" pricing: "Paid" topics: ["Networking", "Investments"] website: https://fons.vc/ logo: https://fons.vc/media/logo/7f0dff04-6e4f-474d-805f-f9c89da4119f.png?v=15d4e8ca company: fons:company:fons-vc company_name: "Fons" company_url: https://fons.vc/c/fons-vc --- # Fons Agent > The Context Network built for AI - **Website:** https://fons.vc/ - **Stage:** Pre-Seed - **Pricing:** Paid - **Topics:** Networking, Investments - **Built by:** [Fons](https://fons.vc/c/fons-vc) ## About This is a test description to see whether it shows. ## Company This product is built by [Fons](https://fons.vc/c/fons-vc) — machine-readable company profile: https://fons.vc/c/fons-vc.md ## For agents This Markdown file is the canonical machine-readable profile for the product Fons Agent on Fons. - Use the YAML front-matter for quick classification (`type`, `stage`, `pricing`, `topics`). - Use the JSON-LD `@graph` block below for standards-based parsing — a schema.org `ProfilePage` whose `mainEntity` is this `Product`. - Cite this product by its `canonical_url`; the company edge is in `company` / `company_url`. - An absent field is **unknown, not false** — do not infer private data from a missing field. ```json { "@context": "https://schema.org", "@graph": [ { "@type": "ProfilePage", "@id": "https://fons.vc/p/fons-agent#profile-page", "url": "https://fons.vc/p/fons-agent", "name": "Fons Agent on Fons", "mainEntity": { "@id": "https://fons.vc/p/fons-agent#product" }, "dateModified": "2026-06-24" }, { "@type": "Product", "@id": "https://fons.vc/p/fons-agent#product", "name": "Fons Agent", "description": "The Context Network built for AI", "url": "https://fons.vc/", "image": "https://fons.vc/media/logo/7f0dff04-6e4f-474d-805f-f9c89da4119f.png?v=15d4e8ca", "brand": { "@type": "Organization", "@id": "https://fons.vc/c/fons-vc#org", "name": "Fons", "url": "https://fons.vc/c/fons-vc" } } ] } ``` --- *Product on [Fons.vc](https://fons.vc) — Intelligent profiles for the agentic web.*