# Webinarly > Platforma do cyklicznych webinarów nadawanych na żywo na YouTube: strony zapisów, automatyczne przypomnienia e-mail, studio nadawania w przeglądarce i statystyki. ## API dla deweloperów - Dokumentacja: https://webbinrapp.lovable.app/developers - Adres bazowy REST: https://webbinrapp.lovable.app/api/public/v1 - Autoryzacja: nagłówek X-Api-Key z kluczem zaczynającym się od wbn_live_ - Serwer MCP: https://webbinrapp.lovable.app/api/public/mcp (JSON-RPC 2.0, ten sam klucz) - Skill dla agentów: https://webbinrapp.lovable.app/skill.md ## Endpointy GET /v1/me GET /v1/stats GET /v1/webinars POST /v1/webinars GET /v1/webinars/{id} PATCH /v1/webinars/{id} DELETE /v1/webinars/{id} GET /v1/webinars/{id}/sessions POST /v1/webinars/{id}/sessions PATCH /v1/sessions/{id} DELETE /v1/sessions/{id} POST /v1/sessions/{id}/youtube POST /v1/sessions/{id}/start POST /v1/sessions/{id}/stop GET /v1/registrations POST /v1/registrations ## Strony - Strona główna: https://webbinrapp.lovable.app/ - O nas: https://webbinrapp.lovable.app/about - Kontakt: https://webbinrapp.lovable.app/contact - Regulamin: https://webbinrapp.lovable.app/terms - Polityka prywatności: https://webbinrapp.lovable.app/privacy