Provide a public API to allow users to programmatically submit documentation URLs to Context7, enabling automation and queuing of submissions, which is currently only possible through the web UI.
### Problem Description Currently, the only way to submit new documentation/content to Context7 is through the web UI at context7.com. This creates several pain points: 1. **No automation possible** — I can't programmatically submit URLs, which means I have to manually visit the site every time I want to add a new project. 2. **No queuing** — The site only processes one submission at a time. I have to sit and wait for the previous project to finish scanning before I can submit the next one. If I have 10-20 URLs to add, this becomes a multi-hour manual babysitting session. 3. **No integration with other tools** — Without an API, it's impossible to build workflows around Context7 submissions (e.g., a Telegram bot, a CI/CD step, a CLI tool, etc.). This makes bulk contributions to the Context7 knowledge base unnecessarily painful and time-consuming. ### Proposed Solution Expose a public REST API (or at minimum a documented HTTP endpoint) for submitting documentation URLs to Context7.