From 09f623ad4e8676cf24572bc46bfcc6ea193c63b0 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 27 Jun 2025 14:12:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/supply-side-cta.tsx | 10 +++++++--- apps/web/src/lib/config.ts | 2 +- docs/docs.json | 2 +- docs/publishing/guides/existing-mcp-server.mdx | 16 ++++++++++------ .../guides/existing-openapi-service.mdx | 16 ++++++++++------ 5 files changed, 29 insertions(+), 17 deletions(-) diff --git a/apps/web/src/components/supply-side-cta.tsx b/apps/web/src/components/supply-side-cta.tsx index aa72d7d7..500755fe 100644 --- a/apps/web/src/components/supply-side-cta.tsx +++ b/apps/web/src/components/supply-side-cta.tsx @@ -6,7 +6,11 @@ import Link from 'next/link' import { HeroButton } from '@/components/hero-button' import { Button } from '@/components/ui/button' import { GitHubIcon } from '@/icons/github' -import { calendarBookingUrl, docsQuickStartUrl, githubUrl } from '@/lib/config' +import { + calendarBookingUrl, + docsPublishingQuickStartUrl, + githubUrl +} from '@/lib/config' import { useAgentic } from './agentic-provider' import { GitHubStarCounter } from './github-star-counter' @@ -24,8 +28,8 @@ export function SupplySideCTA({ Get Started diff --git a/apps/web/src/lib/config.ts b/apps/web/src/lib/config.ts index 55855d8d..8c31a55e 100644 --- a/apps/web/src/lib/config.ts +++ b/apps/web/src/lib/config.ts @@ -18,7 +18,7 @@ export const githubUrl = 'https://github.com/transitive-bullshit/agentic' // TODO: make an agentic-specific calendar for this export const calendarBookingUrl = 'https://cal.com/travis-fischer/15min' export const docsUrl = 'https://docs.agentic.so' -export const docsQuickStartUrl = `${docsUrl}/quick-start` +export const docsPublishingQuickStartUrl = `${docsUrl}/publishing/quickstart` export const docsMarketplaceUrl = `${docsUrl}/marketplace` export const discordUrl = 'https://discord.agentic.so' diff --git a/docs/docs.json b/docs/docs.json index 04fd5807..637adb52 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -55,7 +55,7 @@ "pages": ["publishing/index", "publishing/quickstart"] }, { - "group": "Publishing Guides", + "group": "Quick Start Guides", "pages": [ "publishing/guides/existing-mcp-server", "publishing/guides/existing-openapi-service", diff --git a/docs/publishing/guides/existing-mcp-server.mdx b/docs/publishing/guides/existing-mcp-server.mdx index 4e5d3b1a..0e51abcb 100644 --- a/docs/publishing/guides/existing-mcp-server.mdx +++ b/docs/publishing/guides/existing-mcp-server.mdx @@ -338,16 +338,20 @@ The CLI will prompt you to confirm a `semver` version. Now, your project will be available at `https://agentic.so/marketplace/projects/`. +**Upon publishing, your project will be a live, publicly available product**. + +You can share your product's public URL with customers, and they'll be able to subscribe to your product via Stripe. You can visit your [dashboard](https://agentic.so/app) to track customer usage and revenue. + +Congrats, you now have a live MCP product! 🎉 + ## 7. (Optional) Submit your product to the public Agentic Marketplace - - Your project will be a live, publicly available product after publishing, complete with all Stripe subscription resources. - -**But it will not be discoverable on the Agentic Marketplace by default.** + +**Your published product will be live and publicly accessible, but it will not be discoverable on the Agentic Marketplace's main page or search by default.** I made this decision during the current beta in order to keep the Agentic Marketplace as high quality and curated as possible. -If you'd like to submit your product to the Agentic Marketplace, please +If you'd like to submit your product to the Agentic's public MCP Marketplace, please [get in touch](/contact). - + diff --git a/docs/publishing/guides/existing-openapi-service.mdx b/docs/publishing/guides/existing-openapi-service.mdx index 2b541e06..84cc517f 100644 --- a/docs/publishing/guides/existing-openapi-service.mdx +++ b/docs/publishing/guides/existing-openapi-service.mdx @@ -340,16 +340,20 @@ The CLI will prompt you to confirm a `semver` version. Now, your project will be available at `https://agentic.so/marketplace/projects/`. +**Upon publishing, your project will be a live, publicly available product**. + +You can share your product's public URL with customers, and they'll be able to subscribe to your product via Stripe. You can visit your [dashboard](https://agentic.so/app) to track customer usage and revenue. + +Congrats, you now have a live MCP product! 🎉 + ## 7. (Optional) Submit your product to the public Agentic Marketplace - - Your project will be a live, publicly available product after publishing, complete with all Stripe subscription resources. - -**But it will not be discoverable on the Agentic Marketplace by default.** + +**Your published product will be live and publicly accessible, but it will not be discoverable on the Agentic Marketplace's main page or search by default.** I made this decision during the current beta in order to keep the Agentic Marketplace as high quality and curated as possible. -If you'd like to submit your product to the Agentic Marketplace, please +If you'd like to submit your product to the Agentic's public MCP Marketplace, please [get in touch](/contact). - +