Skip to content

Commit 84508d7

Browse files
committed
docs: refresh landing provider counts
1 parent 8d6c689 commit 84508d7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

cloud/landing/public/og-image.svg

Lines changed: 1 addition & 1 deletion
Loading

cloud/landing/src/app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const metadata: Metadata = {
2323
template: "%s — webfetch",
2424
},
2525
description:
26-
"One API, CLI, and MCP that federates 24 licensed image sources, falls through to a human-like browser when APIs miss, and always ships attribution.",
26+
"One API, CLI, and MCP that federates 25 licensed image sources, falls through to a human-like browser when APIs miss, and always ships attribution.",
2727
applicationName: "webfetch",
2828
authors: [{ name: "Mason Wyatt", url: "https://ashlr.ai" }],
2929
creator: "AshlrAI",
@@ -35,7 +35,7 @@ export const metadata: Metadata = {
3535
openGraph: {
3636
title: "webfetch — the license-first image layer for AI agents",
3737
description:
38-
"One API, CLI, and MCP that federates 24 licensed image sources, falls through to a human-like browser, and always ships attribution.",
38+
"One API, CLI, and MCP that federates 25 licensed image sources, falls through to a human-like browser, and always ships attribution.",
3939
url: "https://getwebfetch.com",
4040
siteName: "webfetch",
4141
type: "website",
@@ -101,7 +101,7 @@ const SOFTWARE_JSONLD = {
101101
operatingSystem: "macOS, Linux, Windows",
102102
url: "https://getwebfetch.com",
103103
description:
104-
"The license-first image layer for AI agents. One API, CLI, and MCP federating 24 licensed image sources with attribution baked in.",
104+
"The license-first image layer for AI agents. One API, CLI, and MCP federating 25 licensed image sources with attribution baked in.",
105105
publisher: {
106106
"@type": "Organization",
107107
name: "AshlrAI",

cloud/landing/src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: webfetch documentation
3-
description: The license-first image layer for AI agents and humans. One API, CLI, and MCP that federates 24 licensed image sources.
3+
description: The license-first image layer for AI agents and humans. One API, CLI, and MCP that federates 25 licensed image sources.
44
section: Introduction
55
---
66

7-
webfetch is a federated, license-aware image search layer. It unifies 24 image sources — Wikimedia, Openverse, The Met, NASA, Library of Congress, Unsplash, Spotify, and more — behind a single CLI, HTTP API, and MCP server. Every result ships with a machine-readable license tag, confidence score, and attribution line. If the API sources miss, a consent-gated headless browser fills the gap, with every browser-sourced candidate flagged `UNKNOWN` by default.
7+
webfetch is a federated, license-aware image search layer. It unifies 25 image sources — Wikimedia, Openverse, The Met, NASA, Library of Congress, Unsplash, Spotify, and more — behind a single CLI, HTTP API, and MCP server. Every result ships with a machine-readable license tag, confidence score, and attribution line. If the API sources miss, a consent-gated headless browser fills the gap, with every browser-sourced candidate flagged `UNKNOWN` by default.
88

99
## What's in this documentation
1010

0 commit comments

Comments
 (0)