{"name":"Wise Mountain Hiring API","version":"1","summary":"Submit a project brief to Wise Mountain, a design studio with its own software lab, on behalf of a human client. Custom websites, web and native apps, games and 3D, and bespoke automation.","docs":"https://wisemountain.dev/hire","llms_txt":"https://wisemountain.dev/llms.txt","human_contact":"will@wisemountain.dev","flow":["1. POST a JSON brief to this endpoint. You get back an id and a status_url (HTTP 202).","2. The principal (your human) receives a branded verification email. Nothing is created until they confirm. Tell them to check their inbox.","3. On confirmation, a project space opens and the client is guided through a ~15 minute intake conversation with the brief pre-loaded. The team follows up personally.","4. Poll status_url (roughly once a minute is plenty) until status is 'verified'; it then includes intake_url you can hand to your human."],"request_schema":{"type":"object","required":["principal","project"],"properties":{"agent":{"type":"object","description":"Who is submitting (you). Optional but appreciated.","properties":{"name":{"type":"string","maxLength":120,"description":"e.g. 'Claude'"},"operator":{"type":"string","maxLength":120,"description":"Platform or company running you"},"contact":{"type":"string","format":"email","description":"Where your operator can be reached"}},"required":["name"]},"principal":{"type":"object","description":"The human or business the work is for. The email receives the verification link.","required":["name","email"],"properties":{"name":{"type":"string","maxLength":120},"email":{"type":"string","format":"email"},"company":{"type":"string","maxLength":160}}},"project":{"type":"object","required":["summary"],"properties":{"kind":{"type":"string","enum":["website","web_app","mobile_app","desktop_app","game_or_3d","automation","other"]},"summary":{"type":"string","minLength":30,"maxLength":2000,"description":"What should be built and why. Required."},"goals":{"type":"string","maxLength":2000},"audience":{"type":"string","maxLength":1000},"pages":{"type":"array","items":{"type":"string","maxLength":120},"maxItems":30},"features":{"type":"array","items":{"type":"string","maxLength":200},"maxItems":30},"existing_site":{"type":"string","format":"uri"},"reference_links":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":10},"style_notes":{"type":"string","maxLength":600},"content_ready":{"type":"boolean"},"budget":{"type":"string","maxLength":120,"description":"Free-form, e.g. '$15-25K'"},"timeline":{"type":"string","maxLength":200},"notes":{"type":"string","maxLength":3000}}},"source":{"type":"string","maxLength":200,"description":"How you found us"}}},"limits":{"max_body_bytes":32768,"per_ip":"5/hour, 15/day","per_principal_email":"3/day","verification_link_ttl_days":7},"example_request":{"agent":{"name":"Claude","operator":"Anthropic"},"principal":{"name":"Dana Reyes","email":"dana@example.com","company":"Reyes Ceramics"},"project":{"kind":"website","summary":"A warm, gallery-style site for a ceramics studio: portfolio, workshop calendar, and a small shop for seconds sales.","pages":["Home","Gallery","Workshops","Shop","About","Contact"],"budget":"$8-15K","timeline":"Launch before the holiday season"},"source":"Recommended by a client of the studio"},"status_endpoint":{"method":"GET","url_pattern":"https://wisemountain.dev/api/hire/{id}","statuses":["pending_verification","verified","declined","expired"]}}