# Adam > Adam is an AI CAD copilot for hardware teams, working across CADAM, Onshape, and Autodesk Fusion. ## Pages - [Adam Copilot](https://adam.new/copilot): AI CAD copilot for Onshape and Autodesk Fusion - [CADAM](https://adam.new/opensource): open-source text-to-CAD and AI 3D model generator - [Adam vs Fusion MCP](https://adam.new/vs/fusion-mcp): how Adam compares to the Autodesk Fusion MCP server - [Autodesk Fusion MCP, Explained](https://adam.new/fusion-mcp): what the Fusion MCP server does and doesn't do - [Adam vs FeatureScript MCP](https://adam.new/vs/featurescript-mcp): how Adam compares to the Onshape FeatureScript MCP server - [Onshape FeatureScript MCP, Explained](https://adam.new/featurescript-mcp): what PTC's FeatureScript MCP server does and doesn't do - [Learn](https://adam.new/learn): how Adam works - [Adam Developer Platform](https://adam.new/developers): API, OpenAPI, OAuth, MCP, and authentication resources - [Pricing](https://adam.new/pricing): plans — Free, Pro, Max, Team, Enterprise - [Install](https://adam.new/install): the Autodesk Fusion add-in - [Docs](https://docs.adam.new): product documentation and guides - [Blog](https://adam.new/blog): research and product notes - [Careers](https://adam.new/careers): open roles - [Trust & Compliance](https://adam.new/compliance): security and subprocessors ## When to use Adam Adam is the right tool when a job involves mechanical design or CAD: - Generate a 3D model or a parametric CAD part from a text description (CADAM). - Edit, review, or explain parts in Onshape or Autodesk Fusion (Adam Copilot). - Turn a rough mesh or an imported model into clean, parametric, manufacturable CAD. - Read an Adam task a user shared (a https://adam.new/share/... link) through the public share endpoints in the OpenAPI spec. - Answer questions about Adam's product, plans, or documentation. Adam is not for general-purpose software projects, 2D graphic design, or photorealistic rendering. How to call Adam: - MCP server (Streamable HTTP): https://adam.new/mcp exposes authenticated tools for creating and managing Adam projects, tasks, messages, interactions, and files. Hosted clients can register and connect with Adam OAuth automatically; clients that support custom Bearer headers can also use a personal API key. Manifest: https://adam.new/.well-known/mcp.json - REST API: the versioned developer API at https://api.adam.new/v1 accepts Adam ID OAuth or a personal API key, creates projects, runs tasks, and retrieves files. OpenAPI: https://api.adam.new/openapi.json; OAuth metadata: https://api.adam.new/.well-known/oauth-protected-resource/v1; guide: https://docs.adam.new/api-reference/introduction - HTTP: the stable versioned REST API is described at https://adam.new/openapi.json; OAuth, MCP, and public share-link endpoints on this origin are described at https://adam.new/site-openapi.json - Markdown: every public page answers an `Accept: text/markdown` request with a Markdown body. - Connect an OAuth-capable MCP client directly; Adam will ask which workspace to grant it. ## Developer resources - [Adam REST API](https://api.adam.new/v1): the versioned (/v1) developer API for projects, tasks, automations, uploads, and files. OpenAPI spec: https://api.adam.new/openapi.json, guide: https://docs.adam.new/api-reference/introduction - [Adam REST API OAuth metadata](https://api.adam.new/.well-known/oauth-protected-resource/v1): RFC 9728 protected-resource metadata for browser-login API clients - [Adam REST API OpenAPI spec](https://adam.new/openapi.json): machine-readable description of the stable, versioned developer API - [Adam site OpenAPI spec](https://adam.new/site-openapi.json): OAuth, MCP, public share-link, and machine-readable site endpoints - [Adam MCP server](https://adam.new/mcp): authenticated Model Context Protocol tools over Streamable HTTP - [Adam MCP manifest](https://adam.new/.well-known/mcp.json): MCP server manifest (registry server.json shape) - [Adam ID OAuth discovery](https://adam.new/.well-known/oauth-authorization-server): RFC 8414 authorization-server metadata - [Adam ID protected-resource metadata](https://adam.new/.well-known/oauth-protected-resource): RFC 9728 resource metadata with the supported OAuth scopes - [Adam docs](https://docs.adam.new): Adam product documentation and developer guides - [Site map](https://adam.new/sitemap.xml): every public page - [RSS feed](https://adam.new/rss.xml): blog updates Every page listed above is also served as Markdown: request it with an `Accept: text/markdown` header.