March 2026
Webhooks, Team Collaboration, Public Profiles & Platform Infrastructure
A major platform expansion: HTTP webhooks with HMAC signatures, team member invitations, public project pages with embeddable README badges, enterprise waitlist, interactive API Explorer, developer playground enhancements, notification preferences, activity log, system announcements, and an improved health endpoint.
Webhooks: POST /v1/projects/:id/webhooks — create HTTP callbacks for funding.confirmed, apikey.created, apikey.revoked, balance.low, and project.activated events. HMAC-SHA256 signatures on every payload. Test endpoint included.
Team collaboration: invite team members by Solana wallet address, view pending invitations, accept or remove members from project settings.
Public project pages: enable a public URL at /p/[slug] showing aggregate request volume and latency. No authentication required. Badge generator for GitHub READMEs.
Enterprise waitlist: /enterprise page with contact form for dedicated capacity inquiries. Form submissions stored in database.
API Explorer in docs: interactive try-it panel embedded in the documentation page. Live requests against the real API with JWT auto-injection.
Developer playground: schema panel showing response structure per RPC method, compare mode for standard vs priority side-by-side latency comparison, shareable URLs with method and params encoded in query string, and one-click example fill.
Notification preferences: per-user toggles for all seven notification types. Email address storage (delivery coming soon).
Assistant rate limit display: progress bar showing hourly message usage in the AI assistant.
Activity log: timeline of key actions per project — API key events, webhook changes, member activity.
README badge: embeddable SVG badge from /badge/project/[slug] showing live gateway latency. 5-minute CDN cache for GitHub's image proxy.
System announcements: admin-configurable banner that appears on the dashboard for all authenticated users.
Health endpoint: improved /health with per-dependency response times for database, Redis, and Solana RPC.
