Update services for public launch#351
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 19bb6b258b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| id: "stripe-climate", | ||
| name: "Stripe Climate", | ||
| url: "https://climate.stripe.dev", | ||
| serviceUrl: "https://climate.stripe.dev", | ||
| description: "Purchase carbon removal credits via Stripe Climate.", |
There was a problem hiding this comment.
Mark unreachable Stripe Climate service non-active
This new service is emitted as status: "active" (because no explicit status is set), but the change notes indicate https://climate.stripe.dev is currently returning 401 while bugs are being fixed. Discovery consumers that rely on active listings can select this service and fail every request, so it should be marked non-active (for example beta or maintenance) or withheld until it serves a usable MPP flow.
Useful? React with 👍 / 👎.
cd766f1 to
f403ec4
Compare
5728019 to
2726040
Compare
2726040 to
83e5ee0
Compare
83e5ee0 to
6ca7681
Compare
286c421 to
1e73b95
Compare
1e73b95 to
3a6c725
Compare
3a6c725 to
af337c2
Compare
af337c2 to
8d56dc2
Compare
8d56dc2 to
df57260
Compare
a920294 to
1b50767
Compare
1b50767 to
d1c04ec
Compare
d1c04ec to
6209eac
Compare
- Add Dune, PostalForm, Prospect Butcher, Stripe Climate - Update AgentMail (new URLs, realm, endpoints, brand icon) - Update Alchemy (mpp.alchemy.com, session intent) - Update Browserbase (x402.browserbase.com) - Remove X/Twitter endpoints from StableSocial - Add STRIPE_PAYMENT defaults for Stripe-based services - Move Alchemy below Parallel in listing order
6209eac to
c3cbd7d
Compare
VERCEL_BRANCH_URL was used as the baseUrl for preview deployments, which
Vocs injects as a <base href> tag. When visiting via the deployment-specific
URL (e.g. mpp-{hash}-tempoxyz.vercel.app), all relative fetches resolved
against the branch URL instead — causing CORS failures on /api/services
and RSC requests.
This was previously masked by Vercel Deployment Protection (password auth)
which canonicalized traffic to the branch URL. After removing password auth,
the mismatch is exposed.
Fix: prefer VERCEL_URL (matches the visited URL) over VERCEL_BRANCH_URL.
Services: Mapbox, RentCast, Grok, Stability AI, Hunter, Replicate, BuiltWith, Suno, OpenWeather, Perplexity, Diffbot, Mathpix, Judge0, Browser Use, Clado, EDGAR, EDGAR Search, Laso Finance
Changes
New services (all first-party)
https://postalform.com· 3 endpoints (validate, create order, poll status)https://agents.prospectbutcher.shop· 1 endpointhttps://climate.stripe.dev· 1 endpoint (site still behind auth, fixing bugs)Updated services
browserbase.mpp.tempo.xyz) to direct gateway (x402.browserbase.com), changed to first-party, added 4 new endpoints:POST /search— Web search ($0.01)POST /fetch— Page fetching ($0.01)GET /browser/session/:id/status— Check session status (free)DELETE /browser/session/:id— Terminate session (free)Other
STRIPE_PAYMENTdefaults inservices.tsfor Stripe-based MPP services