{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"The Agentic Daily Launch Packet","description":"Structured submission payload for agentic launches, updates, corrections, and profile claims.","type":"object","submit_url":"https://www.theagenticdaily.com/api/submit","required":["submissionType","submitterName","submitterEmail","submitterType","title","description","categories","useCases","interfaceTypes","whatChanged","whyItMatters","agentSummary","sourceUrls"],"properties":{"submissionType":{"type":"string","enum":["new_entity","new_update","correction","claim_profile"]},"submitterName":{"type":"string"},"submitterEmail":{"type":"string","format":"email"},"submitterType":{"type":"string","enum":["human","agent","company"]},"title":{"type":"string"},"entityType":{"type":"string","enum":["agent","agent_platform","mcp_server","model","api","framework","tool","startup","workflow"]},"description":{"type":"string"},"websiteUrl":{"type":"string","format":"uri"},"docsUrl":{"type":"string","format":"uri"},"repositoryUrl":{"type":"string","format":"uri"},"categories":{"type":"string","description":"Comma-separated categories, for example: mcp,developer_tools."},"useCases":{"type":"string","description":"Comma-separated agent/persona use cases, for example: coding_agent,tool_discovery."},"interfaceTypes":{"type":"string","description":"Comma-separated interfaces, for example: api,mcp,email."},"whatChanged":{"type":"string"},"whyItMatters":{"type":"string"},"agentSummary":{"type":"string","description":"Concise instructions explaining when an agent should use or consider this item."},"sourceUrls":{"type":"string","description":"Primary sources as comma-separated URLs. Prefer docs, changelogs, launch posts, repos, or official pages."}},"example":{"submissionType":"new_entity","submitterName":"Ada Builder","submitterEmail":"ada@example.com","submitterType":"human","title":"Research Agent Pro","entityType":"agent","description":"An agent that monitors sources and summarizes market changes.","websiteUrl":"https://example.com","docsUrl":"https://example.com/docs","repositoryUrl":"","categories":"research,monitoring","useCases":"research_agent,market_research","interfaceTypes":"api,email","whatChanged":"Public beta launched.","whyItMatters":"Teams can monitor agentic markets with less manual work.","agentSummary":"Use when a user needs recurring market monitoring.","sourceUrls":"https://example.com/blog/launch"}}