payment-ready until 2026-08-20
imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed
Pay-per-call travel planning API on Base: transit provider lookups, weather-aware plans, day trip and weekend itinerary briefs, and location disruption signals. Free calls return a skeleton listing the withheld fields; paid calls return the full result.
Pay from $0.01 to $0.25 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
first settlement 2026-06-21 · $10.61 all-time · settled via coinbase
ASSESSMENT
updated 4h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 497ms
- avg response
- 311ms
- total checks
- 2,135
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.01 to $0.25 (p53 in Data)
- price (min)
- $0.01
- price (max)
- $0.25
- category percentile (min)
- p53 in Data
- category percentile (max)
- p88 in Data
- endpoints / prices
- 6 / 4
- model
- tiered
- stability
- 0%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- -
- registrar
- -
- hosting
- custom
- domain created
- ---
Identity facts, not a risk score.
traction $0.458 30d · 6 buyers
- volume 30d
- $0.458
- buyers 30d
- 6
- settlements 30d
- 14
- first settlement
- 2026-06-21
- last settlement
- 2026-08-07
- top buyer share
- 77% of 30d volume
- trend 7d vs 30d
- 2.43x the 30d daily rate
- networks
- eip155:8453
- volume all-time
- $10.61
- settlements all-time
- 104
- median settlement 30d
- $0.006
- max settlement 30d
- $0.25
- settled via
- coinbase ($0.46, 14 tx)
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
CHANGES
1 event, detecting since 2026-07-24Payout, price, and schema changes detected on this service's x402 wire. A payout rotation at an unchanged price shows up here even when nothing else moves. Full feed at /changes.
changes price changed 6d ago (1 since 2026-07-24)
price changed · 6d ago
GET /api/creator-experiences · eip155:8453 · USDC: 50000 → 250000
GET /api/day-trip-plan · eip155:8453 · USDC: 20000 → 100000
GET /api/transit-providers · eip155:8453 · USDC: 2000 → 10000
GET /api/travel-pulse · eip155:8453 · USDC: 2000 → 10000
GET /api/weather-aware-plan · eip155:8453 · USDC: 6000 → 30000
GET /api/weekend-getaway · eip155:8453 · USDC: 50000 → 250000
Amounts are on-wire atomic units in the named asset.
WHAT IT DOES
ai-derivedNo AI synthesis has been produced for this service yet.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| GET | /api/creator-experiences | $0.25 | Base | USDC | header | |
| GET | /api/day-trip-plan | $0.10 | Base | USDC | header | |
| GET | /api/transit-providers | $0.01 | Base | USDC | header | |
| GET | /api/travel-pulse | $0.01 | Base | USDC | header | |
| GET | /api/weather-aware-plan | $0.03 | Base | USDC | header | |
| GET | /api/weekend-getaway | $0.25 | Base | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/creator-experiences returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://travel-agent.forgemesh.io/api/creator-experiences'
// 402 response (captured by monitor) · 6 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://travel-agent.forgemesh.io/api/creator-experiences",
"mimeType": "application/json",
"description": "Returns a story arc and shot list for a destination, plus emerging-local-signal status, with confidence caveats. Use to script travel video or social content around a theme and audience."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lat": "29.3013",
"lon": "-94.7977",
"audience": "curious budget travelers",
"destination": "Galveston, TX",
"trip_length": "weekend",
"content_style": "new food and waterfront spots"
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"data": {
"story": {
"shot_list": [],
"story_arc": []
},
"category": "creator_experiences",
"confidence": "medium",
"why_not_high": [
"Emerging local signals are request hooks/planned enrichment, not confirmed new-opening evidence yet."
],
"emerging_local_signals": {
"status": "planned_enrichment"
}
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"lat": {
"type": "string"
},
"lon": {
"type": "string"
},
"theme": {
"type": "string"
},
"budget": {
"type": "string"
},
"season": {
"type": "string"
},
"audience": {
"type": "string"
},
"destination": {
"type": "string"
},
"trip_length": {
"type": "string"
},
"content_style": {
"type": "string"
},
"emerging_local_signals": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"data": {
"type": "object"
}
}
}
}
}
}
}
},
"builder-code": {
"info": {
"a": "bc_4ypyymtf"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1786127344,
"resourceUrl": "https://travel-agent.forgemesh.io/api/creator-experiences"
},
"signature": "0x411edc590afbf76257e70a631e00ac8574340d8032b1c2b21dc5c8d16df18dee0455af03c579bceb35eb3a6470e4ebbb56adcb8402cea0aa36ba99ba8f7df5d41b",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://travel-agent.forgemesh.io/api/transit-providers",
"mimeType": "application/json",
"description": "Returns a short list of transit provider matches (name, ID, transportation modes) for a location and transport type. Use to identify rail, metro, bus, or ferry options before booking."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"location": "Boston",
"trip_style": "car-light day trip",
"transportation_type": "rail"
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"data": {
"matches": [
{
"name": "MBTA",
"provider_id": "mbta",
"transportation": [
"subway",
"bus",
"commuter rail",
"ferry"
]
}
],
"category": "mobility_options",
"why_not_high": [
"Mobility guidance is provider/strategy-level and does not confirm live departures, fares, route availability, accessibility, or service disruptions."
]
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"origin": {
"type": "string"
},
"location": {
"type": "string"
},
"trip_style": {
"type": "string"
},
"destination": {
"type": "string"
},
"transportation_type": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"data": {
"type": "object"
}
}
}
}
}
}
}
},
"builder-code": {
"info": {
"a": "bc_4ypyymtf"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1786127344,
"resourceUrl": "https://travel-agent.forgemesh.io/api/transit-providers"
},
"signature": "0x2eed5951bab54538a3e057bd7e39b3be123bb362f4aaf00004ba8735f007c0d8677127c036184330563f1ba528c6752f14dbfebdb25becf27362f255c63aa9241c",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://travel-agent.forgemesh.io/api/travel-pulse",
"mimeType": "application/json",
"description": "Returns active emergency/disruption signals (earthquakes, weather alerts, wildfires, storms, water levels) near a lat/lon, with a status flag and calm relay guidance for travelers."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lat": "38.8016",
"lon": "-77.0434",
"radius_miles": "50",
"signal_types": "earthquake,weather_alert,wildfire",
"lookback_hours": "1"
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"data": {
"status": "attention",
"signals": [],
"why_not_high": [
"Signal relevance still depends on route, lodging, event, activity, proximity, severity, and official local guidance."
]
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"lat": {
"type": "string"
},
"lon": {
"type": "string"
},
"trip_phase": {
"type": "string"
},
"water_site": {
"type": "string"
},
"radius_miles": {
"type": "string"
},
"signal_types": {
"type": "string"
},
"lookback_hours": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"data": {
"type": "object"
}
}
}
}
}
}
}
},
"builder-code": {
"info": {
"a": "bc_4ypyymtf"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1786127344,
"resourceUrl": "https://travel-agent.forgemesh.io/api/travel-pulse"
},
"signature": "0xdc32ed638e5e127678398a613eb29ed59995aa5bc21ba5ea0ce7f7de1434a4831e86964493974ad1fce21b2da448f18b2cd9d6b4f1dc2bf946d5145f64dc4e251c",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://travel-agent.forgemesh.io/api/weather-aware-plan",
"mimeType": "application/json",
"description": "Returns an outdoor-fit rating, weather tradeoffs, and transportation exposure notes for a destination or coordinates, with confidence caveats. Use to decide whether to shift timing or route before a trip."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lat": "29.3013",
"lon": "-94.7977",
"plan_type": "beach and food day",
"destination": "Galveston, TX",
"transportation_modes": "walking,driving"
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"data": {
"category": "weather_aware_planning",
"conditions": {
"outdoor_fit": "mixed"
},
"confidence": "medium",
"why_not_high": [
"Forecasts can shift near departure, especially for rain, wind, heat, and exposed transportation choices."
],
"planning_awareness": "..."
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"lat": {
"type": "string"
},
"lon": {
"type": "string"
},
"date": {
"type": "string"
},
"plan_type": {
"type": "string"
},
"destination": {
"type": "string"
},
"time_window": {
"type": "string"
},
"transportation_modes": {
"type": "string"
},
"max_distance_or_travel_time": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"data": {
"type": "object"
}
}
}
}
}
}
}
},
"builder-code": {
"info": {
"a": "bc_4ypyymtf"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1786127344,
"resourceUrl": "https://travel-agent.forgemesh.io/api/weather-aware-plan"
},
"signature": "0xd39f4d0bf6e7c684fcd7e56547fd260e86561922f0cd71975ddb66dd6855b3412afb47ba01230c4a99f7d85b8f677d07df3e252e993ccd2f0fb20e56e97539e71b",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://travel-agent.forgemesh.io/api/day-trip-plan",
"mimeType": "application/json",
"description": "Returns local spot leads (places, breweries), a themed activity angle, and confidence caveats for a day trip to a destination or coordinates. Use to draft a same-day itinerary."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lat": "38.8016",
"lon": "-77.0434",
"theme": "coffee walk",
"destination": "Alexandria, VA",
"radius_miles": "10",
"transportation_modes": "walking,transit"
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"data": {
"category": "day_trip",
"confidence": "medium",
"why_not_high": [
"Local context leads are disposable planning candidates; hours, access, fees, accessibility, fit, and closures still need verification."
],
"local_context": {
"breweries": [],
"google_places": []
},
"planning_awareness": "..."
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"lat": {
"type": "string"
},
"lon": {
"type": "string"
},
"date": {
"type": "string"
},
"theme": {
"type": "string"
},
"budget": {
"type": "string"
},
"origin": {
"type": "string"
},
"interests": {
"type": "string"
},
"destination": {
"type": "string"
},
"time_window": {
"type": "string"
},
"radius_miles": {
"type": "string"
},
"content_style": {
"type": "string"
},
"transportation_modes": {
"type": "string"
},
"max_distance_or_travel_time": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"data": {
"type": "object"
}
}
}
}
}
}
}
},
"builder-code": {
"info": {
"a": "bc_4ypyymtf"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1786127344,
"resourceUrl": "https://travel-agent.forgemesh.io/api/day-trip-plan"
},
"signature": "0xbe030f65a834990d37c27fbc8d5f4e0335709cb6b3d800e66c90bf5e4d207bda678336c97ff96e105efd514f018cde9484fb6120f4fd856a9243c9e99147f6141b",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://travel-agent.forgemesh.io/api/weekend-getaway",
"mimeType": "application/json",
"description": "Returns a day-by-day weekend shape (arrival, main day), a lodging posture recommendation, and transit strategy, with confidence caveats. Use to draft a 2-3 day trip between an origin and destination."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lat": "29.3013",
"lon": "-94.7977",
"origin": "Houston, TX",
"end_date": "2026-08-09",
"start_date": "2026-08-07",
"trip_style": "easy waterfront reset",
"destination": "Galveston, TX",
"transportation_modes": "driving,walking"
}
},
"output": {
"type": "json",
"example": {
"ok": true,
"data": {
"category": "weekend_getaway",
"confidence": "medium",
"why_not_high": [
"This endpoint does not verify live booking inventory, prices, fees, permits, cancellation rules, or crowding."
],
"weekend_shape": {
"arrival": "...",
"main_day": "..."
},
"lodging_posture": {
"consider": "..."
}
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"lat": {
"type": "string"
},
"lon": {
"type": "string"
},
"budget": {
"type": "string"
},
"origin": {
"type": "string"
},
"end_date": {
"type": "string"
},
"start_date": {
"type": "string"
},
"trip_style": {
"type": "string"
},
"destination": {
"type": "string"
},
"lodging_style": {
"type": "string"
},
"destination_currency": {
"type": "string"
},
"transportation_modes": {
"type": "string"
},
"max_distance_or_travel_time": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"data": {
"type": "object"
}
}
}
}
}
}
}
},
"builder-code": {
"info": {
"a": "bc_4ypyymtf"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1786127345,
"resourceUrl": "https://travel-agent.forgemesh.io/api/weekend-getaway"
},
"signature": "0x9d9a57c30fba24ca175d4f97cb10c95eec1e7dcd5bf8fdbb5bf6c28282cf43591f886bb49843942b80939ce199e1f487b80a81f676816428dc2b6870ba4012541b",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/forgemesh-travel-agent/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 6 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
14/14 checks pass · grade Alast 402 captured 2026-08-07 · last up 2026-08-13
- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/forgemesh-travel-agent?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/forgemesh-travel-agent.svg" alt="ForgeMesh Travel Agent listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/forgemesh-travel-agent?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/forgemesh-travel-agent?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/forgemesh-travel-agent.svg?data=uptime" alt="ForgeMesh Travel Agent uptime on x402-list" height="28"> </a>