{"openapi":"3.0.3","info":{"title":"Buildspace API","version":"v1","description":"REST API for buildspace application management. Bearer (Supabase JWT) auth required for protected routes."},"servers":[{"url":"https://api-buildspace.bio.xyz/api/v1","description":"Current deployment"}],"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"Supabase access token from session"}},"schemas":{"applicationIdParamsSchema":{"type":"object","properties":{"id":{"type":"string","format":"uuid"}},"required":["id"]},"previewLinkResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"data":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"expires_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["url","expires_at"],"additionalProperties":false}},"required":["success","data"],"additionalProperties":false},"applicationRoleResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"data":{"type":"object","properties":{"application_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"anyOf":[{"type":"string","enum":["projectLead","editor","viewer"]},{"type":"null"}]}},"required":["application_id","role"],"additionalProperties":false}},"required":["success","data"],"additionalProperties":false},"fullApplicationResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"data":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"project_name":{"type":"string"},"category":{"anyOf":[{"type":"string","enum":["Brain Longevity","Aging","Mental Health","Women's Health","Oncology","Metabolic Health","Microbiome","Immunology","Cardiovascular","Respiratory","Diagnostics","Materials","Neurodegeneration","COVID","Cryopreservation","Genomics Research","Gut Health","Hair Loss","Longevity","Men's Health","Nootropics","Peptides","Pediatrics","Psychedelics","Quantum Biology","Rare Diseases","Spine Health","Synthetic Biology","Other"]},{"type":"null"}]},"project_type":{"type":"string","enum":["AI Agent","IPT","BioDAO","Other"]},"description":{"type":"string","minLength":1},"state":{"anyOf":[{"type":"string","enum":["building","pending_launch","upcoming","launching","failed","live","funded","trading"]},{"type":"null"}]},"decision_date":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"submitted_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"updated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"final_decision":{"anyOf":[{"type":"string","enum":["submitted","accepted","rejected","withdrawn"]},{"type":"null"}]},"reviewer_notes":{"anyOf":[{"type":"string"},{"type":"null"}]},"final_word":{"anyOf":[{"type":"string"},{"type":"null"}]},"funding_status":{"anyOf":[{"type":"string"},{"type":"null"}]},"launch_eta":{"anyOf":[{"type":"string"},{"type":"null"}]},"how_heard_about_us":{"anyOf":[{"type":"string"},{"type":"null"}]},"referrer_email":{"anyOf":[{"type":"string"},{"type":"null"}]},"referrer_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"proof_agency":{"anyOf":[{"type":"string"},{"type":"null"}]},"proof_velocity_link":{"anyOf":[{"type":"string"},{"type":"null"}]},"sla":{"type":"object","additionalProperties":true},"cohesion":{"anyOf":[{"type":"string"},{"type":"null"}]},"lead_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"type":"string"},"github_url":{"anyOf":[{},{"type":"null"}]},"google_scholar_url":{"anyOf":[{},{"type":"null"}]},"discord_url":{"anyOf":[{},{"type":"null"}]},"linkedin_url":{"anyOf":[{},{"type":"null"}]},"telegram_url":{"anyOf":[{},{"type":"null"}]},"reddit_url":{"anyOf":[{},{"type":"null"}]},"x_url":{"anyOf":[{},{"type":"null"}]},"onchain_identity":{"anyOf":[{"type":"string"},{"type":"null"}]},"web3_contribution":{"anyOf":[{"type":"string"},{"type":"null"}]},"pitch_deck_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"financials_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"whitepaper_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"other_doc_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"moat":{"anyOf":[{"type":"string"},{"type":"null"}]},"tam":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_solution_edge":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_frontier":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_problem":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_vision_10y":{"anyOf":[{"type":"string"},{"type":"null"}]},"value_accrual":{"anyOf":[{"type":"string"},{"type":"null"}]},"traction":{"anyOf":[{"type":"string"},{"type":"null"}]},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"airdrop":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"bio_launchpad":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"community_metrics":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"launch_id":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"ignition":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"launch_entity_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"launch_date":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"is_private":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"launch_in_usdc":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"logo":{"anyOf":[{"type":"string"},{"type":"null"}]},"long_video":{"anyOf":[{"type":"string"},{"type":"null"}]},"market_hypothesis":{"anyOf":[{"type":"object","properties":{"stats":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"required":["value","label"],"additionalProperties":false}},"bulletPoints":{"maxItems":50,"type":"array","items":{"type":"string"}},"statement":{"type":"string"},"marketDocuments":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["litepaper","pitch_deck","documentation","api_spec","whitepaper"]},"url":{"type":"string"}},"required":["type","url"],"additionalProperties":false}},"description":{}},"additionalProperties":true},{"type":"null"}]},"metric_cards":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"title_image":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_symbol":{"type":"string","minLength":2,"maxLength":8},"tokenomics":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"track":{"anyOf":[{"type":"string","enum":["sandbox","curated","featured"]},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["research","biotech","pharma","device"]},{"type":"string","enum":["bio","eco"]},{"type":"string","enum":["research","trading","analysis","assistant"]}]},"auction":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"curation_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"funding_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"ip_portfolio":{"type":"object","properties":{"id":{"type":"number"},"projectsAssessed":{"type":"number"},"projectsFunded":{"type":"number"},"ipnftCount":{"type":"number"},"ipnftsValue":{"type":"number"},"ipts":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"tokenId":{"type":"string"},"daoHoldings":{"type":"number"}},"required":["id"],"additionalProperties":false}},"iptsDex":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"network":{"type":"string"},"tokenAddress":{"type":"string"},"daoHoldings":{"type":"number"}},"required":["id"],"additionalProperties":false}},"fundsDeployed":{"type":"number"}},"additionalProperties":true},"market_metrics":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"prototype_url":{"anyOf":[{},{"type":"null"}]},"launch_parameters":{"type":"object","properties":{"dao_allocation_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":0.25},{"type":"null"}]},"dao_page_url":{"anyOf":[{},{"type":"null"}]},"dao_treasury_wallet_address":{"anyOf":[{"type":"string"},{"type":"null","const":null}]},"ip_nft_url":{"anyOf":[{},{"type":"null"}]},"multi_sig_wallet_address":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"chain":{"type":"string","enum":["ETH","BASE","SOL"]},"address":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["chain","address"],"additionalProperties":false}},{"type":"null"}]},"fdv_target":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"ignition_sale_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]},"lp_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]},"milestone_threshold_fdv":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"team_allocation_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]},"team_immediate_amount":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"team_member_allocation":{"anyOf":[{"maxItems":10,"type":"array","items":{"type":"object","properties":{"address":{"type":"string","minLength":1},"percent":{"type":"number","minimum":0,"maximum":1}},"required":["address","percent"],"additionalProperties":false}},{"type":"null"}]},"treasury_allocation_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]}},"additionalProperties":false},"recommended_reads":{"maxItems":9,"type":"array","items":{"type":"object","properties":{"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"image_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"title":{"type":"string"},"url":{"anyOf":[{},{"type":"null"}]}},"required":["title"],"additionalProperties":false}},"roadmap_items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"date":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"is_completed":{"type":"boolean"},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"title":{"type":"string"},"url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["date","title"],"additionalProperties":false}},"team_members":{"maxItems":10,"type":"array","items":{"type":"object","properties":{"bio":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"credentials":{"type":"object","additionalProperties":true},"email":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"image":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_lead":{"type":"boolean"},"linkedin_url":{"anyOf":[{},{"type":"null"}]},"name":{"type":"string"},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"reddit_url":{"anyOf":[{},{"type":"null"}]},"role":{"anyOf":[{"type":"string"},{"type":"null"}]},"x_url":{"anyOf":[{},{"type":"null"}]}},"required":["name"],"additionalProperties":false}}},"required":["project_name","description","email"],"additionalProperties":false},"validationWarnings":{"type":"array","items":{"type":"string"}}},"required":["success","data"],"additionalProperties":false},"fullApplicationSchema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"project_name":{"type":"string"},"category":{"anyOf":[{"type":"string","enum":["Brain Longevity","Aging","Mental Health","Women's Health","Oncology","Metabolic Health","Microbiome","Immunology","Cardiovascular","Respiratory","Diagnostics","Materials","Neurodegeneration","COVID","Cryopreservation","Genomics Research","Gut Health","Hair Loss","Longevity","Men's Health","Nootropics","Peptides","Pediatrics","Psychedelics","Quantum Biology","Rare Diseases","Spine Health","Synthetic Biology","Other"]},{"type":"null"}]},"project_type":{"type":"string","enum":["AI Agent","IPT","BioDAO","Other"]},"description":{"type":"string","minLength":1},"state":{"anyOf":[{"type":"string","enum":["building","pending_launch","upcoming","launching","failed","live","funded","trading"]},{"type":"null"}]},"decision_date":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"submitted_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"updated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"final_decision":{"anyOf":[{"type":"string","enum":["submitted","accepted","rejected","withdrawn"]},{"type":"null"}]},"reviewer_notes":{"anyOf":[{"type":"string"},{"type":"null"}]},"final_word":{"anyOf":[{"type":"string"},{"type":"null"}]},"funding_status":{"anyOf":[{"type":"string"},{"type":"null"}]},"launch_eta":{"anyOf":[{"type":"string"},{"type":"null"}]},"how_heard_about_us":{"anyOf":[{"type":"string"},{"type":"null"}]},"referrer_email":{"anyOf":[{"type":"string"},{"type":"null"}]},"referrer_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"proof_agency":{"anyOf":[{"type":"string"},{"type":"null"}]},"proof_velocity_link":{"anyOf":[{"type":"string"},{"type":"null"}]},"sla":{"type":"object","additionalProperties":true},"cohesion":{"anyOf":[{"type":"string"},{"type":"null"}]},"lead_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"type":"string"},"github_url":{"anyOf":[{},{"type":"null"}]},"google_scholar_url":{"anyOf":[{},{"type":"null"}]},"discord_url":{"anyOf":[{},{"type":"null"}]},"linkedin_url":{"anyOf":[{},{"type":"null"}]},"telegram_url":{"anyOf":[{},{"type":"null"}]},"reddit_url":{"anyOf":[{},{"type":"null"}]},"x_url":{"anyOf":[{},{"type":"null"}]},"onchain_identity":{"anyOf":[{"type":"string"},{"type":"null"}]},"web3_contribution":{"anyOf":[{"type":"string"},{"type":"null"}]},"pitch_deck_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"financials_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"whitepaper_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"other_doc_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"moat":{"anyOf":[{"type":"string"},{"type":"null"}]},"tam":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_solution_edge":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_frontier":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_problem":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_vision_10y":{"anyOf":[{"type":"string"},{"type":"null"}]},"value_accrual":{"anyOf":[{"type":"string"},{"type":"null"}]},"traction":{"anyOf":[{"type":"string"},{"type":"null"}]},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"airdrop":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"bio_launchpad":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"community_metrics":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"launch_id":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"ignition":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"launch_entity_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"launch_date":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"is_private":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"launch_in_usdc":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"logo":{"anyOf":[{"type":"string"},{"type":"null"}]},"long_video":{"anyOf":[{"type":"string"},{"type":"null"}]},"market_hypothesis":{"anyOf":[{"type":"object","properties":{"stats":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"required":["value","label"],"additionalProperties":false}},"bulletPoints":{"maxItems":50,"type":"array","items":{"type":"string"}},"statement":{"type":"string"},"marketDocuments":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["litepaper","pitch_deck","documentation","api_spec","whitepaper"]},"url":{"type":"string"}},"required":["type","url"],"additionalProperties":false}},"description":{}},"additionalProperties":true},{"type":"null"}]},"metric_cards":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"title_image":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_symbol":{"type":"string","minLength":2,"maxLength":8},"tokenomics":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"track":{"anyOf":[{"type":"string","enum":["sandbox","curated","featured"]},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["research","biotech","pharma","device"]},{"type":"string","enum":["bio","eco"]},{"type":"string","enum":["research","trading","analysis","assistant"]}]},"auction":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"curation_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"funding_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"ip_portfolio":{"type":"object","properties":{"id":{"type":"number"},"projectsAssessed":{"type":"number"},"projectsFunded":{"type":"number"},"ipnftCount":{"type":"number"},"ipnftsValue":{"type":"number"},"ipts":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"tokenId":{"type":"string"},"daoHoldings":{"type":"number"}},"required":["id"],"additionalProperties":false}},"iptsDex":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"network":{"type":"string"},"tokenAddress":{"type":"string"},"daoHoldings":{"type":"number"}},"required":["id"],"additionalProperties":false}},"fundsDeployed":{"type":"number"}},"additionalProperties":true},"market_metrics":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"prototype_url":{"anyOf":[{},{"type":"null"}]},"launch_parameters":{"type":"object","properties":{"dao_allocation_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":0.25},{"type":"null"}]},"dao_page_url":{"anyOf":[{},{"type":"null"}]},"dao_treasury_wallet_address":{"anyOf":[{"type":"string"},{"type":"null","const":null}]},"ip_nft_url":{"anyOf":[{},{"type":"null"}]},"multi_sig_wallet_address":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"chain":{"type":"string","enum":["ETH","BASE","SOL"]},"address":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["chain","address"],"additionalProperties":false}},{"type":"null"}]},"fdv_target":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"ignition_sale_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]},"lp_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]},"milestone_threshold_fdv":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"team_allocation_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]},"team_immediate_amount":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"team_member_allocation":{"anyOf":[{"maxItems":10,"type":"array","items":{"type":"object","properties":{"address":{"type":"string","minLength":1},"percent":{"type":"number","minimum":0,"maximum":1}},"required":["address","percent"],"additionalProperties":false}},{"type":"null"}]},"treasury_allocation_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]}},"additionalProperties":false},"recommended_reads":{"maxItems":9,"type":"array","items":{"type":"object","properties":{"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"image_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"title":{"type":"string"},"url":{"anyOf":[{},{"type":"null"}]}},"required":["title"],"additionalProperties":false}},"roadmap_items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"date":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"is_completed":{"type":"boolean"},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"title":{"type":"string"},"url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["date","title"],"additionalProperties":false}},"team_members":{"maxItems":10,"type":"array","items":{"type":"object","properties":{"bio":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"credentials":{"type":"object","additionalProperties":true},"email":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"image":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_lead":{"type":"boolean"},"linkedin_url":{"anyOf":[{},{"type":"null"}]},"name":{"type":"string"},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"reddit_url":{"anyOf":[{},{"type":"null"}]},"role":{"anyOf":[{"type":"string"},{"type":"null"}]},"x_url":{"anyOf":[{},{"type":"null"}]}},"required":["name"],"additionalProperties":false}}},"required":["project_name","description","email"],"additionalProperties":false},"applicationMutationResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"message":{"type":"string"},"recordId":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["success","message"],"additionalProperties":false},"applicationPatchRequestBodySchema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"project_name":{"type":"string"},"category":{"anyOf":[{"type":"string","enum":["Brain Longevity","Aging","Mental Health","Women's Health","Oncology","Metabolic Health","Microbiome","Immunology","Cardiovascular","Respiratory","Diagnostics","Materials","Neurodegeneration","COVID","Cryopreservation","Genomics Research","Gut Health","Hair Loss","Longevity","Men's Health","Nootropics","Peptides","Pediatrics","Psychedelics","Quantum Biology","Rare Diseases","Spine Health","Synthetic Biology","Other"]},{"type":"null"}]},"project_type":{"type":"string","enum":["AI Agent","IPT","BioDAO","Other"]},"description":{"type":"string","minLength":1},"state":{"anyOf":[{"type":"string","enum":["building","pending_launch","upcoming","launching","failed","live","funded","trading"]},{"type":"null"}]},"decision_date":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"submitted_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"updated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"final_decision":{"anyOf":[{"type":"string","enum":["submitted","accepted","rejected","withdrawn"]},{"type":"null"}]},"reviewer_notes":{"anyOf":[{"type":"string"},{"type":"null"}]},"final_word":{"anyOf":[{"type":"string"},{"type":"null"}]},"funding_status":{"anyOf":[{"type":"string"},{"type":"null"}]},"launch_eta":{"anyOf":[{"type":"string"},{"type":"null"}]},"how_heard_about_us":{"anyOf":[{"type":"string"},{"type":"null"}]},"referrer_email":{"anyOf":[{"type":"string"},{"type":"null"}]},"referrer_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"proof_agency":{"anyOf":[{"type":"string"},{"type":"null"}]},"proof_velocity_link":{"anyOf":[{"type":"string"},{"type":"null"}]},"sla":{"type":"object","additionalProperties":true},"cohesion":{"anyOf":[{"type":"string"},{"type":"null"}]},"lead_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"type":"string"},"github_url":{"anyOf":[{},{"type":"null"}]},"google_scholar_url":{"anyOf":[{},{"type":"null"}]},"discord_url":{"anyOf":[{},{"type":"null"}]},"linkedin_url":{"anyOf":[{},{"type":"null"}]},"telegram_url":{"anyOf":[{},{"type":"null"}]},"reddit_url":{"anyOf":[{},{"type":"null"}]},"x_url":{"anyOf":[{},{"type":"null"}]},"onchain_identity":{"anyOf":[{"type":"string"},{"type":"null"}]},"web3_contribution":{"anyOf":[{"type":"string"},{"type":"null"}]},"pitch_deck_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"financials_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"whitepaper_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"other_doc_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"moat":{"anyOf":[{"type":"string"},{"type":"null"}]},"tam":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_solution_edge":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_frontier":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_problem":{"anyOf":[{"type":"string"},{"type":"null"}]},"thesis_vision_10y":{"anyOf":[{"type":"string"},{"type":"null"}]},"value_accrual":{"anyOf":[{"type":"string"},{"type":"null"}]},"traction":{"anyOf":[{"type":"string"},{"type":"null"}]},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"airdrop":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"bio_launchpad":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"community_metrics":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"launch_id":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"ignition":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"launch_entity_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"launch_date":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"is_private":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"launch_in_usdc":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"logo":{"anyOf":[{"type":"string"},{"type":"null"}]},"long_video":{"anyOf":[{"type":"string"},{"type":"null"}]},"market_hypothesis":{"anyOf":[{"type":"object","properties":{"stats":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"required":["value","label"],"additionalProperties":false}},"bulletPoints":{"maxItems":50,"type":"array","items":{"type":"string"}},"statement":{"type":"string"},"marketDocuments":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["litepaper","pitch_deck","documentation","api_spec","whitepaper"]},"url":{"type":"string"}},"required":["type","url"],"additionalProperties":false}},"description":{}},"additionalProperties":true},{"type":"null"}]},"metric_cards":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"title_image":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_symbol":{"type":"string","minLength":2,"maxLength":8},"tokenomics":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"track":{"anyOf":[{"type":"string","enum":["sandbox","curated","featured"]},{"type":"null"}]},"type":{"anyOf":[{"type":"string","enum":["research","biotech","pharma","device"]},{"type":"string","enum":["bio","eco"]},{"type":"string","enum":["research","trading","analysis","assistant"]}]},"auction":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"curation_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"funding_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"ip_portfolio":{"type":"object","properties":{"id":{"type":"number"},"projectsAssessed":{"type":"number"},"projectsFunded":{"type":"number"},"ipnftCount":{"type":"number"},"ipnftsValue":{"type":"number"},"ipts":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"tokenId":{"type":"string"},"daoHoldings":{"type":"number"}},"required":["id"],"additionalProperties":false}},"iptsDex":{"maxItems":50,"type":"array","items":{"type":"object","properties":{"id":{"type":"number"},"network":{"type":"string"},"tokenAddress":{"type":"string"},"daoHoldings":{"type":"number"}},"required":["id"],"additionalProperties":false}},"fundsDeployed":{"type":"number"}},"additionalProperties":true},"market_metrics":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"}]},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"array","items":{"type":"object","additionalProperties":true}}]},{"type":"null"}]},"prototype_url":{"anyOf":[{},{"type":"null"}]},"launch_parameters":{"type":"object","properties":{"dao_allocation_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":0.25},{"type":"null"}]},"dao_page_url":{"anyOf":[{},{"type":"null"}]},"dao_treasury_wallet_address":{"anyOf":[{"type":"string"},{"type":"null","const":null}]},"ip_nft_url":{"anyOf":[{},{"type":"null"}]},"multi_sig_wallet_address":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"chain":{"type":"string","enum":["ETH","BASE","SOL"]},"address":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["chain","address"],"additionalProperties":false}},{"type":"null"}]},"fdv_target":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"ignition_sale_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]},"lp_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]},"milestone_threshold_fdv":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"team_allocation_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]},"team_immediate_amount":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"team_member_allocation":{"anyOf":[{"maxItems":10,"type":"array","items":{"type":"object","properties":{"address":{"type":"string","minLength":1},"percent":{"type":"number","minimum":0,"maximum":1}},"required":["address","percent"],"additionalProperties":false}},{"type":"null"}]},"treasury_allocation_percent":{"anyOf":[{"type":"number","minimum":0,"maximum":1},{"type":"null"}]}},"additionalProperties":false},"recommended_reads":{"maxItems":9,"type":"array","items":{"type":"object","properties":{"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"image_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"title":{"type":"string"},"url":{"anyOf":[{},{"type":"null"}]}},"required":["title"],"additionalProperties":false}},"roadmap_items":{"maxItems":100,"type":"array","items":{"type":"object","properties":{"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"date":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"is_completed":{"type":"boolean"},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"title":{"type":"string"},"url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["date","title"],"additionalProperties":false}},"team_members":{"maxItems":10,"type":"array","items":{"type":"object","properties":{"bio":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string"},{"type":"null"}]},"credentials":{"type":"object","additionalProperties":true},"email":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"image":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_lead":{"type":"boolean"},"linkedin_url":{"anyOf":[{},{"type":"null"}]},"name":{"type":"string"},"order":{"anyOf":[{"type":"integer","minimum":-2147483648,"maximum":2147483647},{"type":"null"}]},"reddit_url":{"anyOf":[{},{"type":"null"}]},"role":{"anyOf":[{"type":"string"},{"type":"null"}]},"x_url":{"anyOf":[{},{"type":"null"}]}},"required":["name"],"additionalProperties":false}}},"additionalProperties":false},"applicationDeleteResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"message":{"type":"string"}},"required":["success","message"],"additionalProperties":false},"applicationListPublicParamsSchema":{"type":"object","properties":{"page":{"description":"Page number (1-based)","type":"integer","minimum":1,"maximum":9007199254740991},"limit":{"description":"Results per page","type":"integer","minimum":1,"maximum":100},"search":{"description":"Search phrase","type":"string"},"project_type":{"description":"Filter by project type","type":"string","enum":["AI Agent","IPT","BioDAO","Other"]},"state":{"description":"Filter by launch state","type":"string","enum":["building","pending_launch","upcoming","launching","failed","live","funded","trading"]},"final_decision":{"description":"Filter by decision","type":"string","enum":["submitted","accepted","rejected","withdrawn"]}},"additionalProperties":false},"applicationsListResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"project_name":{"type":"string"},"project_type":{"anyOf":[{"type":"string","enum":["AI Agent","IPT","BioDAO","Other"]},{"type":"null"}]},"category":{"anyOf":[{"type":"string","enum":["Brain Longevity","Aging","Mental Health","Women's Health","Oncology","Metabolic Health","Microbiome","Immunology","Cardiovascular","Respiratory","Diagnostics","Materials","Neurodegeneration","COVID","Cryopreservation","Genomics Research","Gut Health","Hair Loss","Longevity","Men's Health","Nootropics","Peptides","Pediatrics","Psychedelics","Quantum Biology","Rare Diseases","Spine Health","Synthetic Biology","Other"]},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"final_decision":{"anyOf":[{"type":"string","enum":["submitted","accepted","rejected","withdrawn"]},{"type":"null"}]},"state":{"anyOf":[{"type":"string","enum":["building","pending_launch","upcoming","launching","failed","live","funded","trading"]},{"type":"null"}]},"updated_at":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"launch_entity_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"launch_id":{"anyOf":[{"type":"number"},{"type":"null"}]},"launch_date":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"logo":{"anyOf":[{"type":"string"},{"type":"null"}]},"long_video":{"anyOf":[{"type":"string"},{"type":"null"}]},"title_image":{"anyOf":[{"type":"string"},{"type":"null"}]},"image":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_symbol":{"anyOf":[{"type":"string"},{"type":"null"}]},"track":{"anyOf":[{"type":"string","enum":["sandbox","curated","featured"]},{"type":"null"}]},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"market_hypothesis":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","project_name"],"additionalProperties":true}},"pagination":{"type":"object","properties":{"page":{"type":"number"},"limit":{"type":"number"},"total":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","limit","total","totalPages"],"additionalProperties":false}},"required":["success","data","pagination"],"additionalProperties":false},"applicationSlugParamsSchema":{"type":"object","properties":{"slug":{"type":"string","minLength":1}},"required":["slug"]},"applicationTokensListParamsSchema":{"type":"object","properties":{"project_type":{"type":"object"},"states":{"type":"object"},"state":{"type":"object"},"search":{"type":"string","nullable":true},"limit":{"$ref":"#/components/schemas/limitQueryParamSchema"},"page":{"$ref":"#/components/schemas/pageQueryParamSchema"}},"required":["project_type","states","state","limit","page"]},"applicationTokensResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"data":{"type":"array","items":{"type":"object","properties":{"id":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"project_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"project_type":{"anyOf":[{"type":"string","enum":["AI Agent","IPT","BioDAO","Other"]},{"type":"null"}]},"state":{"anyOf":[{"type":"string","enum":["building","pending_launch","upcoming","launching","failed","live","funded","trading"]},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_symbol":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"launch_id":{"anyOf":[{"type":"number"},{"type":"null"}]},"logo":{"anyOf":[{"type":"string"},{"type":"null"}]},"updated_at":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["id","project_name","project_type","state","category","slug","token_symbol","token_id","token_address","launch_id","logo","updated_at"],"additionalProperties":false}},"pagination":{"type":"object","properties":{"page":{"type":"number"},"limit":{"type":"number"},"total":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","limit","total","totalPages"],"additionalProperties":false},"meta":{"type":"object","properties":{"page":{"type":"number"},"limit":{"type":"number"},"total":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","limit","total","total_pages"],"additionalProperties":false}},"required":["success","data","pagination","meta"],"additionalProperties":false},"isoDateStringSchema":{"type":"string"},"successTrueSchema":{"type":"boolean","enum":[true]},"successBaseSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/successTrueSchema"}},"required":["success"]},"healthStatusSchema":{"type":"string"},"healthComponentSchema":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/healthStatusSchema"},"latencyMs":{"type":"number","nullable":true},"label":{"type":"string","nullable":true},"message":{"type":"string","nullable":true}},"required":["status"]},"signupBodySchema":{"type":"object","properties":{"project_type":{"type":"string","nullable":true},"project_name":{"type":"string","minLength":1},"description":{"type":"string","minLength":1,"maxLength":300},"invite_emails":{"type":"array","items":{"type":"object","properties":{"email":{"type":"string","format":"email"},"role":{"type":"string","enum":["editor","viewer"],"default":"viewer"}},"required":["email","role"]},"minItems":0}},"required":["project_name","description","invite_emails"]},"applicationListParamsSchema":{"type":"object","properties":{"page":{"$ref":"#/components/schemas/pageQueryParamSchema"},"limit":{"$ref":"#/components/schemas/limitQueryParamSchema"},"search":{"type":"string","nullable":true},"project_type":{"type":"string","enum":[],"nullable":true},"state":{"type":"object"},"category":{"type":"string","enum":[],"nullable":true},"track":{"type":"string","enum":[],"nullable":true},"final_decision":{"type":"string","enum":[],"nullable":true},"list_mode":{"type":"string","enum":["dashboard","admin"],"nullable":true}},"required":["page","limit","state"]},"applicationTeamActivityListParamsSchema":{"type":"object","properties":{"page":{"$ref":"#/components/schemas/pageQueryParamSchema"},"limit":{"$ref":"#/components/schemas/limitQueryParamSchema"}},"required":["page","limit"]},"applicationTeamActivityCreateSchema":{"type":"object","properties":{"title":{"type":"string","minLength":1},"description":{"type":"string","minLength":1},"category":{"type":"string"}},"required":["title","description","category"]},"paginationQueryParamsSchema":{"type":"object","properties":{"page":{"$ref":"#/components/schemas/pageQueryParamSchema"},"limit":{"$ref":"#/components/schemas/limitQueryParamSchema"}},"required":["page","limit"]},"limitQueryParamSchema":{"type":"integer","minimum":1,"maximum":100,"nullable":true},"pageQueryParamSchema":{"type":"integer","minimum":1,"nullable":true},"healthStatusResponseSchema":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/healthStatusSchema"},"components":{"type":"object","additionalProperties":{"type":"string"}},"config":{"type":"object","additionalProperties":{"type":"string"},"nullable":true}},"required":["status","components"]},"apiPaginationSchema":{"type":"object","properties":{"page":{"type":"number"},"limit":{"type":"number"},"total":{"type":"number"},"totalPages":{"type":"number"}},"required":["page","limit","total","totalPages"]},"legacyMetaPaginationSchema":{"type":"object","properties":{"page":{"type":"number"},"limit":{"type":"number"},"total":{"type":"number"},"total_pages":{"type":"number"}},"required":["page","limit","total","total_pages"]},"applicationRoleDataSchema":{"type":"object","properties":{"application_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"role":{"anyOf":[{"type":"string","enum":["projectLead","editor","viewer"]},{"type":"null"}]}},"required":["application_id","role"],"additionalProperties":false},"updateMemberRoleBodySchema":{"type":"object","properties":{"role":{"type":"string","enum":["editor","viewer"]}},"required":["role"],"additionalProperties":false},"userResponseDataSchema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"avatar_url":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]},"email":{"anyOf":[{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"privy_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"role":{"type":"string","enum":["admin","user"]},"created_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updated_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","avatar_url","email","name","privy_id","role","created_at","updated_at"],"additionalProperties":false},"userUpdateRequestBodySchema":{"type":"object","properties":{"avatar_url":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]},"name":{"type":"string","minLength":2,"maxLength":100}},"additionalProperties":false},"createSessionResponseSchema":{"type":"object","properties":{"access_token":{"type":"string"},"refresh_token":{"type":"string"},"expires_in":{"type":"number"},"user_id":{"type":"string"}},"required":["access_token","refresh_token","expires_in","user_id"],"additionalProperties":false},"applicationAgentStatusSchema":{"type":"string"},"applicationAgentListItemSchema":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"application_id":{"type":"string","format":"uuid"},"external_agent_ref":{"type":"string"},"display_name":{"type":"string"},"description":{"type":"string"},"avatar_url":{"type":"string","nullable":true},"status":{"$ref":"#/components/schemas/applicationAgentStatusSchema"},"metadata":{"type":"object","additionalProperties":{"type":"string"},"nullable":true}},"required":["id","application_id","external_agent_ref","display_name","description","status"]},"applicationAgentSkillItemSchema":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"description":{"type":"string"}},"required":["id","name","description"]},"applicationListItemSchema":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"project_name":{"type":"string"},"project_type":{"anyOf":[{"type":"string","enum":["AI Agent","IPT","BioDAO","Other"]},{"type":"null"}]},"category":{"anyOf":[{"type":"string","enum":["Brain Longevity","Aging","Mental Health","Women's Health","Oncology","Metabolic Health","Microbiome","Immunology","Cardiovascular","Respiratory","Diagnostics","Materials","Neurodegeneration","COVID","Cryopreservation","Genomics Research","Gut Health","Hair Loss","Longevity","Men's Health","Nootropics","Peptides","Pediatrics","Psychedelics","Quantum Biology","Rare Diseases","Spine Health","Synthetic Biology","Other"]},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"final_decision":{"anyOf":[{"type":"string","enum":["submitted","accepted","rejected","withdrawn"]},{"type":"null"}]},"state":{"anyOf":[{"type":"string","enum":["building","pending_launch","upcoming","launching","failed","live","funded","trading"]},{"type":"null"}]},"updated_at":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"launch_entity_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"launch_id":{"anyOf":[{"type":"number"},{"type":"null"}]},"launch_date":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"logo":{"anyOf":[{"type":"string"},{"type":"null"}]},"long_video":{"anyOf":[{"type":"string"},{"type":"null"}]},"title_image":{"anyOf":[{"type":"string"},{"type":"null"}]},"image":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_symbol":{"anyOf":[{"type":"string"},{"type":"null"}]},"track":{"anyOf":[{"type":"string","enum":["sandbox","curated","featured"]},{"type":"null"}]},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"market_hypothesis":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","project_name"],"additionalProperties":true},"applicationTokensItemSchema":{"type":"object","properties":{"id":{"anyOf":[{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},{"type":"null"}]},"project_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"project_type":{"anyOf":[{"type":"string","enum":["AI Agent","IPT","BioDAO","Other"]},{"type":"null"}]},"state":{"anyOf":[{"type":"string","enum":["building","pending_launch","upcoming","launching","failed","live","funded","trading"]},{"type":"null"}]},"category":{"anyOf":[{"type":"string"},{"type":"null"}]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_symbol":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"token_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"launch_id":{"anyOf":[{"type":"number"},{"type":"null"}]},"logo":{"anyOf":[{"type":"string"},{"type":"null"}]},"updated_at":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},{"type":"null"}]}},"required":["id","project_name","project_type","state","category","slug","token_symbol","token_id","token_address","launch_id","logo","updated_at"],"additionalProperties":false},"applicationUsersListResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"userId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"avatarUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"role":{"type":"string","enum":["projectLead","editor","viewer"]},"status":{"type":"string","enum":["pending","accepted","declined"]}},"required":["id","userId","name","email","role","status"],"additionalProperties":false}}},"required":["success","data"],"additionalProperties":false},"userResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"user":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"avatar_url":{"anyOf":[{"type":"string","format":"uri"},{"type":"null"}]},"email":{"anyOf":[{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"null"}]},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"privy_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"role":{"type":"string","enum":["admin","user"]},"created_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"updated_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"required":["id","avatar_url","email","name","privy_id","role","created_at","updated_at"],"additionalProperties":false}},"required":["success","user"],"additionalProperties":false},"aiReportResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"data":{"type":"object","properties":{"application_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"aqr_2_core_asset_leadership":{"anyOf":[{"type":"string"},{"type":"null"}]},"aqr_3_asset_problem_fit":{"anyOf":[{"type":"string"},{"type":"null"}]},"aqr_4_execution_capability":{"anyOf":[{"type":"string"},{"type":"null"}]},"aqr_5_economic_ip_potential":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"anyOf":[{},{"type":"null"}]},"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"lt_1a_academic_achievement":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_1b_clarity_of_thought":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_2a_unique_understanding_knowledge":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_2b_applicability":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_2c_value_capture_mindset":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_3a_high_agency":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_3b_high_impact":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_4a_drive_ambition":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_4b_followership":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_5a_web3_purist":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_5b_on_chain_ops_security_hygiene":{"anyOf":[{"type":"string"},{"type":"null"}]},"lt_5c_crypto_nativity":{"anyOf":[{"type":"string"},{"type":"null"}]},"updated_at":{"anyOf":[{},{"type":"null"}]}},"required":["application_id","aqr_2_core_asset_leadership","aqr_3_asset_problem_fit","aqr_4_execution_capability","aqr_5_economic_ip_potential","created_at","id","lt_1a_academic_achievement","lt_1b_clarity_of_thought","lt_2a_unique_understanding_knowledge","lt_2b_applicability","lt_2c_value_capture_mindset","lt_3a_high_agency","lt_3b_high_impact","lt_4a_drive_ambition","lt_4b_followership","lt_5a_web3_purist","lt_5b_on_chain_ops_security_hygiene","lt_5c_crypto_nativity","updated_at"],"additionalProperties":false}},"required":["success","data"],"additionalProperties":false},"applicationDecisionResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"changed":{"type":"boolean"}},"required":["success","changed"],"additionalProperties":false},"inviteUsersResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"message":{"type":"string"},"results":{"type":"array","items":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"result":{"type":"object","properties":{"success":{"type":"boolean"},"userId":{"type":"string"},"error":{"type":"string"},"created":{"type":"boolean"}},"required":["success"],"additionalProperties":false}},"required":["email","result"],"additionalProperties":false}}},"required":["success","message","results"],"additionalProperties":false},"successOnlyResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true}},"required":["success"],"additionalProperties":false},"invitationAcceptResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"data":{"type":"object","properties":{"applicationId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"applicationName":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["applicationId","applicationName"],"additionalProperties":false}},"required":["success","data"],"additionalProperties":false},"uploadAssetResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"url":{"type":"string"}},"required":["success","url"],"additionalProperties":false},"signupResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"message":{"type":"string"},"recordId":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["success","message"],"additionalProperties":false},"applicationAgentsListResponseSchema":{"type":"object","properties":{"success":{"type":"boolean","const":true},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"application_id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"external_agent_ref":{"type":"string"},"display_name":{"type":"string"},"description":{"type":"string"},"avatar_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"type":"string","enum":["active","inactive"]},"metadata":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":true},{"type":"null"}]}},"required":["id","application_id","external_agent_ref","display_name","description","avatar_url","status","metadata"],"additionalProperties":false}}},"required":["success","data"],"additionalProperties":false}},"responses":{"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string","example":"Invalid request parameters"},"code":{"type":"string","example":"400"}}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string","example":"Authentication required"},"code":{"type":"string","example":"401"}}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string","example":"Access denied"},"code":{"type":"string","example":"403"}}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string","example":"Resource not found"},"code":{"type":"string","example":"404"}}}}}},"409":{"description":"Conflict","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string","example":"Resource already exists"},"code":{"type":"string","example":"409"}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string","example":"An unexpected error occurred"},"code":{"type":"string","example":"500"}}}}}}}},"paths":{"/application":{"get":{"operationId":"get-application","summary":"List applications (dashboard or admin mode). Paginated with optional filters.","description":"List applications (dashboard or admin mode). Paginated with optional filters.","tags":["Application"],"parameters":[{"in":"query","name":"page","schema":{},"required":false},{"in":"query","name":"limit","schema":{},"required":false},{"in":"query","name":"search","schema":{"type":"string"},"required":false},{"in":"query","name":"project_type","schema":{"type":"string","enum":[]},"required":false},{"in":"query","name":"state","schema":{"type":"string","enum":[]},"required":false},{"in":"query","name":"final_decision","schema":{"type":"string","enum":[]},"required":false}],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/applicationsListResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/application/{id}":{"get":{"operationId":"get-application-{id}","summary":"Get application by id","description":"Returns application for authenticated user","tags":["Application"],"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"example":"123"}],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/fullApplicationResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}},"put":{"operationId":"put-application-{id}","summary":"Full replace application","description":"Replace application with full schema","tags":["Application"],"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"example":"123"}],"security":[{"BearerAuth":[]}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fullApplicationSchema"}}}},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/applicationMutationResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}},"patch":{"operationId":"patch-application-{id}","summary":"Partial update application","description":"Merge partial fields into existing application","tags":["Application"],"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"example":"123"}],"security":[{"BearerAuth":[]}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/applicationPatchRequestBodySchema"}}}},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/applicationMutationResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}},"delete":{"operationId":"delete-application-{id}","summary":"Delete application","description":"Delete application. Project lead or admin only.","tags":["Application"],"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"example":"123"}],"security":[{"BearerAuth":[]}],"responses":{"204":{"description":"No Content"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/application/new":{"post":{"operationId":"post-application-new","summary":"Create new application with full schema","description":"Create new application. Bearer auth required.","tags":["Application"],"parameters":[],"security":[{"BearerAuth":[]}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fullApplicationSchema"}}}},"responses":{"201":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/applicationMutationResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/application/tokens":{"get":{"operationId":"get-application-tokens","summary":"List token/application metadata.","description":"","tags":["Application"],"parameters":[{"in":"query","name":"project_type","schema":{"type":"object"},"required":false},{"in":"query","name":"states","schema":{"type":"object"},"required":false},{"in":"query","name":"state","schema":{"type":"object"},"required":false},{"in":"query","name":"search","schema":{"type":"string"},"required":false},{"in":"query","name":"limit","schema":{},"required":false},{"in":"query","name":"page","schema":{},"required":false}],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/applicationTokensResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/application/{id}/agents":{"get":{"operationId":"get-application-id-agents","summary":"List application agents","description":"Returns `{ success, data }` where `data` is an array of application agent rows for this application. Same access model as `GET /application/{id}` / team activity reads: machine tokens need `applications:read` (with agent binding where applicable); interactive users need admin or application membership. Buildspace admins may also use internal `GET /application-agents` with optional `application_id` (or omit to list all agents). Create/update agents and skill links are admin-only and are not part of this OpenAPI document.","tags":["Application-agents"],"parameters":[{"in":"path","name":"id","required":true,"description":"Application UUID. Machine tokens require `applications:read`; `agent` credentials must be bound to this application.","schema":{"type":"string","format":"uuid"}}],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/applicationAgentsListResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/application/{id}/preview-link":{"get":{"operationId":"get-application-{id}-preview-link","summary":"Get signed preview-link URL by application id.","description":"Returns a short-lived preview-link URL for hidden-state applications.","tags":["Application"],"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"example":"123"}],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/previewLinkResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/application/{id}/role":{"get":{"operationId":"get-application-{id}-role","summary":"Get authenticated user's role for an application","description":"Returns user context role for a specific application","tags":["Application"],"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"example":"123"}],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/applicationRoleResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/application/{id}/team":{"get":{"operationId":"get-application-{id}-team","summary":"","description":"","tags":["Application"],"parameters":[],"responses":{"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/application/slug/{slug}":{"get":{"operationId":"get-application-slug-{slug}","summary":"Get application by slug","description":"Returns application for authenticated user","tags":["Application"],"parameters":[{"in":"path","name":"slug","schema":{"type":"string"},"required":true,"example":"slug"}],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/fullApplicationResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/application/{id}/team/activity":{"get":{"operationId":"get-application-{id}-team-activity","summary":"","description":"","tags":["Application"],"parameters":[],"responses":{"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}},"post":{"operationId":"post-application-{id}-team-activity","summary":"","description":"","tags":["Application"],"parameters":[],"responses":{"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/application/{id}/team/activity/{activityId}":{"delete":{"operationId":"delete-application-{id}-team-activity-{activityId}","summary":"","description":"","tags":["Application"],"parameters":[],"responses":{"204":{"description":"No Content"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/applications":{"get":{"operationId":"get-applications","summary":"List applications (dashboard or admin mode). Paginated with optional filters.","description":"List applications (dashboard or admin mode). Paginated with optional filters.","tags":["Applications"],"parameters":[{"in":"query","name":"page","schema":{},"required":false},{"in":"query","name":"limit","schema":{},"required":false},{"in":"query","name":"search","schema":{"type":"string"},"required":false},{"in":"query","name":"project_type","schema":{"type":"string","enum":[]},"required":false},{"in":"query","name":"state","schema":{"type":"string","enum":[]},"required":false},{"in":"query","name":"final_decision","schema":{"type":"string","enum":[]},"required":false}],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/applicationsListResponseSchema"}}}},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/health":{"get":{"operationId":"get-health","summary":"","description":"","tags":["Health"],"parameters":[],"responses":{"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/skills":{"get":{"operationId":"get-skills","summary":"","description":"","tags":["Skills"],"parameters":[],"responses":{"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}},"post":{"operationId":"post-skills","summary":"","description":"","tags":["Skills"],"parameters":[],"responses":{"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}},"/skills/{id}":{"patch":{"operationId":"patch-skills-{id}","summary":"","description":"","tags":["Skills"],"parameters":[],"responses":{"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}},"delete":{"operationId":"delete-skills-{id}","summary":"","description":"","tags":["Skills"],"parameters":[],"responses":{"204":{"description":"No Content"},"400":{"$ref":"#/components/responses/400"},"401":{"$ref":"#/components/responses/401"},"403":{"$ref":"#/components/responses/403"},"404":{"$ref":"#/components/responses/404"},"500":{"$ref":"#/components/responses/500"}}}}}}