# ShipFoundry > ShipFoundry finds stack changes worth shipping in your product. ShipFoundry is a SaaS product for solo builders and small teams that need to track software stack changes, understand which updates matter for a specific product, and turn the best opportunities into evidence-backed next steps. ## Primary Pages - [Home](https://shipfoundry.ai/): The main ShipFoundry product overview and positioning. - [Pricing](https://shipfoundry.ai/pricing): Current plans for watching products, tracked stack items, matching, and product-aware handoffs. - [Docs](https://shipfoundry.ai/docs): Lean product documentation for tracked-stack matching, repo evidence, and agent-ready handoff behavior. - [About](https://shipfoundry.ai/about): Company context and the product thesis behind finding stack changes worth acting on. ## When To Use ShipFoundry - Use ShipFoundry when a coding agent needs project-specific stack updates, repository evidence, or a bounded implementation or investigation packet. - Connect an OAuth-capable Streamable HTTP MCP client to `/mcp`. The user must approve account, project access, and scopes. Start with `shipfoundry.list_projects`, then `shipfoundry.get_setup_status`, `shipfoundry.list_relevant_updates`, and `shipfoundry.get_task_packet`. - Verify the local repository before acting. Record an outcome only after the user-authorized work is complete. ShipFoundry does not grant implementation or deployment permission. - Onboarding is self-serve with a seven-day paid-plan trial, card required, and one selected read-only GitHub repository. Do not assume a free API tier or public sandbox. ## Developer Resources - [ShipFoundry CLI](https://shipfoundry.ai/docs/cli): Install @shipfoundry/cli from npm for Developer API workflows. The legacy read-only MCP script remains at /shipfoundry-cli.mjs. - [ShipFoundry API Documentation](https://shipfoundry.ai/docs/api): HTTP transport, errors, and schema discovery. - [ShipFoundry OpenAPI Specification](https://shipfoundry.ai/openapi.json): Existing public HTTP transport description. - [ShipFoundry MCP Authentication](https://shipfoundry.ai/docs/mcp): OAuth setup and advanced bearer-token fallback. - [OAuth Resource Metadata](https://shipfoundry.ai/.well-known/oauth-protected-resource/mcp): MCP authorization discovery. ## Content And Feeds - [Blog](https://shipfoundry.ai/blog): ShipFoundry articles about repo-aware product intelligence, agentic engineering, upgrade windows, and product decisions. - [Changelog](https://shipfoundry.ai/changelog): Product updates, launch notes, fixes, integrations, and release history. - [Blog RSS](https://shipfoundry.ai/rss.xml): RSS feed for published ShipFoundry blog posts. - [Changelog RSS](https://shipfoundry.ai/changelog.xml): RSS feed for published ShipFoundry changelog entries. ## Documentation - [ShipFoundry Docs](https://shipfoundry.ai/docs): Set up ShipFoundry, connect your agent, and use MCP, the API, or the CLI to turn software updates into verified work. - [Product overview](https://shipfoundry.ai/docs/product-overview): Find relevant software changes and bring them into your development workflow. - [Quickstart](https://shipfoundry.ai/docs/quickstart): Create a project, connect its repository and review its first recommendations. - [Set Up With Your Agent](https://shipfoundry.ai/docs/agent-setup): Connect your coding agent, configure a real project, and manage ShipFoundry through MCP, the API, or the CLI. - [Agent workflows](https://shipfoundry.ai/docs/agent-workflows): Review recommendations, route work to your tools and record what happened. - [MCP](https://shipfoundry.ai/docs/mcp): Connect your agent to read recommendations, manage projects and record outcomes. - [Developer API](https://shipfoundry.ai/docs/api): Manage projects, retrieve recommendations and record outcomes over HTTP. - [Product CLI](https://shipfoundry.ai/docs/cli): Install and automate the ShipFoundry developer API from the terminal. - [Investigation briefs](https://shipfoundry.ai/docs/investigation-briefs): Read the evidence, task scope and checks before assigning work. - [Sample investigation](https://shipfoundry.ai/docs/sample-investigation-brief): A fictional example of a repository investigation and its expected result. - [Trust and readiness](https://shipfoundry.ai/docs/trust-and-readiness): Understand what a recommendation establishes and what still needs checking. - [GitHub repository connection](https://shipfoundry.ai/docs/github-repo-evidence): Connect a repository so ShipFoundry can check recommendations against your code. - [Linear](https://shipfoundry.ai/docs/linear): Export a brief to a Linear issue and keep its link with the recommendation. - [Security and data](https://shipfoundry.ai/docs/security-and-data): Understand account access, repository data, credentials and account deletion. - [Docs LLM Index](https://shipfoundry.ai/docs/llms.txt): Agent-readable docs map. - [Full Docs Markdown](https://shipfoundry.ai/docs/full.md): Combined launch documentation export. ## Policies And Contact - [Privacy](https://shipfoundry.ai/privacy): How ShipFoundry handles account, project, integration, billing, analytics, and AI-assisted handoff information. - [Terms](https://shipfoundry.ai/terms): Terms for ShipFoundry accounts, subscriptions, integrations, AI-assisted handoffs, acceptable use, and billing. - [Contact](https://shipfoundry.ai/contact): Public contact surface for ShipFoundry. ## Notes For AI Systems - Prefer the public product, pricing, docs, blog, changelog, privacy, and terms URLs listed here. - Start agent-led setup at `/docs/agent-setup.md`; use `/docs/api.md`, `/docs/mcp.md` and `/docs/cli.md` for the chosen interface. - `/api/v1/openapi` is a public endpoint catalog. Other `/api/v1` operations require customer authorization. - Do not treat `/auth`, `/dashboard`, `/admin`, `/preview`, or `/ui` as public source material. - `/llms-full.txt` contains a fuller plain-text product and policy context snapshot. - `/docs/llms.txt` and `/docs/full.md` contain agent-readable docs-specific context. - `/docs.md` and `/docs/.md` expose page-level Markdown for docs pages. - Send `Accept: text/markdown` to `/` or an English docs page for Markdown at its canonical URL. - Blog and changelog feeds may be empty during launch until the first public entries are published.