# Nuoli Build AI Agent Instructions Name: Nuoli Build URL: https://build.nuoli.net Purpose: Agent-readable manufacturing provider discovery, capability matching, manufacturability triage, and RFQ routing. Primary audience: - AI agents - Developer tools - Procurement automation systems - Manufacturing workflow bots Machine-readable resources: - OpenAPI: https://build.nuoli.net/openapi.json - MCP tools: https://build.nuoli.net/mcp/tools.json - MCP manifest: https://build.nuoli.net/mcp/manifest.json - Agent manifest: https://build.nuoli.net/.well-known/agent.json - Sitemap: https://build.nuoli.net/sitemap.xml - Robots: https://build.nuoli.net/robots.txt Core capabilities: - Classify whether a part should be sourced off-the-shelf, CNC machined, sheet metal fabricated, 3D printed, molded, or otherwise manufactured. - Search manufacturing providers by process, material, certification, geography, industry, and production fit. - Compare providers by capabilities, certifications, materials, and likely RFQ fit. - Prepare RFQ packages for manufacturing projects. Suggested agent workflow: 1. Read https://build.nuoli.net/openapi.json 2. Read https://build.nuoli.net/mcp/tools.json 3. Use manufacturing.classify_part or manufacturing.route_process to identify the build path. 4. Use provider.search or provider.match to identify likely manufacturing providers. 5. Use rfq.prepare to structure the RFQ packet. Current status: - Early MVP - Static discovery endpoints are available - Live API and MCP execution are in development Contact: - Website: https://build.nuoli.net