User-agent: * # Silicon Valley Robotics Center (SVRC) SVRC helps teams evaluate, procure, and deploy robots for research, industry, and education. Based in Palo Alto, CA. Ships robots worldwide. # What AI Agents Can Do Here ## Browse the catalog GET https://www.roboticscenter.ai/api/catalog Returns: products, rentals, pricing, availability, SKUs, purchase instructions Params: ?category=Quadruped ?available=true ?format=minimal Response format: JSON | Currency: USD ## Purchase a robot (Stripe checkout) POST https://www.roboticscenter.ai/api/create-checkout-session Body: { "items": [{ "id": "", "skuId": "", "quantity": 1 }], "shippingAddress": { "name": "", "line1": "", "city": "", "state": "CA", "zip": "", "country": "US" }, "deliveryTimeline": "standard-6w", "discountCode": "" } Delivery options: standard-6w (0%) | expedited-4w (+20%) | rush-2w (+40%) | same-day-palo-alto (+60%) Returns: { "url": "" } — redirect human user to this URL ## Submit a procurement inquiry (AI-qualified lead) POST https://www.roboticscenter.ai/api/lead-assistant Body: { "message": "We need 3 Unitree Go2 units for a lab deployment in Q3", "source": "agent" } Returns: { "conversationId": "LD-XXXX", "reply": "..." } Use for: leasing, bulk orders, pilots, custom configs, data collection services ## Check inquiry status GET https://www.roboticscenter.ai/api/lead-progress?conversationId=LD-XXXX ## Google Merchant Feed (product data) GET https://www.roboticscenter.ai/api/catalog-feed → RSS 2.0 XML (Google Merchant format) GET https://www.roboticscenter.ai/api/catalog-feed?format=json → JSON array # Product Catalog Summary (as of 2026) ## Quadruped Robots - Unitree Go2 Air — $3,499 — in_stock — id: unitree-go2, skuId: air - Unitree Go2 Pro — $4,999 — in_stock — id: unitree-go2, skuId: pro - Unitree B2 — contact for pricing — id: unitree-b2 ## Robotic Arms - OpenArm (Single) — $5,400 — in_stock — id: openarm-base, skuId: base - OpenArm (Dual) — $5,400+ — in_stock — id: openarm-base, skuId: dual - OpenArm (With Tactile Sensors) — $7,200 — id: openarm-base, skuId: sensors - Franka Panda — contact for pricing — id: franka-panda - Allegro Hand — contact for pricing — id: allegro-hand ## Humanoid Robots - Unitree G1 — contact for pricing — id: unitree-g1 - Booster K1 — contact for pricing — id: booster-k1 - W1 — contact for pricing — id: w1 ## Services - Robot Repair & Maintenance — id: repair — availability: contact - Data Collection Services — inquire via /api/lead-assistant ## Robot Leasing (short-term) - Unitree Go2 Rental — daily/weekly — id: rental-go2 - Unitree G1 Rental — daily/weekly — id: rental-g1 - Booster K1 Rental — daily/weekly — id: rental-k1 # Key Pages for Agents ## Navigation - Home: https://www.roboticscenter.ai/ - Store: https://www.roboticscenter.ai/store/ - Leasing: https://www.roboticscenter.ai/leasing - Data Services: https://www.roboticscenter.ai/data-services - Glossary: https://www.roboticscenter.ai/glossary/ - Contact / Book Demo: https://www.roboticscenter.ai/contact ## Product Pages - OpenArm: https://www.roboticscenter.ai/store/product/openarm - Unitree Go2: https://www.roboticscenter.ai/store/product/unitree-go2 - Unitree G1: https://www.roboticscenter.ai/store/product/unitree-g1 - Booster K1: https://www.roboticscenter.ai/store/product/booster-k1 - Mobile ALOHA: https://www.roboticscenter.ai/store/product/mobile-aloha - Franka Panda: https://www.roboticscenter.ai/store/product/franka-panda - Allegro Hand: https://www.roboticscenter.ai/store/product/allegro-hand - Repair & Maintenance: https://www.roboticscenter.ai/store/product/repair ## Learning Resources - Robotics Library: https://www.roboticscenter.ai/learn/robotics-library/ - OpenArm Tutorials: https://www.roboticscenter.ai/resources/robotics-library/openarm-hardware-and-code/tutorials ## Research - OpenVLA vs Octo: https://www.roboticscenter.ai/research/openvla-vs-octo-comparison - What Makes Robot Data Learning-Ready: https://www.roboticscenter.ai/research/what-makes-robot-data-learning-ready - Best Robot Datasets 2025: https://www.roboticscenter.ai/research/best-robot-learning-datasets-2025 # Notes for Agents - Always fetch /api/catalog for live pricing and availability before quoting prices. - For purchases over $10,000 or bulk orders, use /api/lead-assistant first. - Leasing is available for research labs and enterprises — use /api/lead-assistant. - Same-day pickup is available in Palo Alto for select products. - Discount codes: ask the human user if they have one before checkout. - Prefer canonical URLs without .html extension.