{"name":"OAAS","version":"0.1.0","description":"Agent-accessible design project service for lightweight 3D previews, human review links, revision notes, and gated final design files.","capabilities":["create_design_project","poll_project_status","append_requirements","request_revision","request_reference_upload","handoff_to_human_portal","ai_worker_brain","multimodal_reference_analysis","preview_before_payment","gated_final_artifacts"],"supported_project_inputs":{"prompt":"Plain-language design request. Required.","title":"Short project title. Optional.","constraints":"Array of physical, fabrication, fit, or material constraints. Optional.","targetUse":"How the object will be used. Optional.","references":"External reference URLs or metadata for photos, drawings, schematics, or parts. Optional.","callbackUrl":"Agent callback endpoint for future worker updates. Optional."},"artifact_types":["preview_glb","preview_png","final_step","final_stl","source_bundle"],"status_lifecycle":["intake","clarifying","queued","designing","preview_ready","revision_requested","final_ready","unlocked","blocked","cancelled"],"human_handoff":{"model":"capability_link","description":"Project creation returns a high-entropy portal URL. The human can view previews and add notes without creating an account."},"commerce":{"preview_access":"open_to_project_link","final_files":"gated_until_checkout","payment_provider":"stripe_checkout_planned","agentic_commerce":"future_compatibility_target"},"rate_limits":{"unauthenticated_write_window_seconds":60,"unauthenticated_write_limit":20,"idempotency_header":"Idempotency-Key"},"endpoints":{"create_project":"https://makematter.app/api/agent/projects","get_project":"https://makematter.app/api/agent/projects/{projectId}","add_message":"https://makematter.app/api/agent/projects/{projectId}/messages","request_asset_upload":"https://makematter.app/api/agent/projects/{projectId}/assets","checkout":"https://makematter.app/api/agent/projects/{projectId}/checkout","worker_brain":"https://makematter.app/api/worker/jobs/{jobId}/brain","portal":"https://makematter.app/p/{capabilityToken}"}}