PUBLIC API

It's Buzzing Tools API

Open endpoints for AI agents and developers. No authentication required.

All endpoints below are publicly accessible with no API key. CORS is open on /api/public/* routes. AI agents (ChatGPT, Claude, Perplexity, Gemini) can call these directly.

GET /api/public/knowledge Platform Knowledge

Returns complete structured data about It's Buzzing: features, pricing, industries, ambassador program, and free tools. Ideal for AI agents that need to answer questions about the platform.

Response keys:
platform features pricing ambassador_program industries_served free_tools key_urls
AI use case: AI assistant answering 'What is It's Buzzing?' or 'How much does It's Buzzing cost?'
GET /.well-known/mcp.json MCP Discovery

Model Context Protocol manifest. AI agents use this to discover callable tools on the platform.

Response keys:
schema_version name_for_model description_for_model tools
AI use case: ChatGPT plugins, Claude tools, Perplexity actions discovering It's Buzzing capabilities
GET /.well-known/agent-card.json Agent Card (A2A)

Agent-to-Agent protocol card for Gemini and enterprise AI systems.

Response keys:
name agent_capabilities aeo_category
AI use case: Gemini agents and enterprise AI systems identifying platform capabilities
GET /api/public/openapi.json OpenAPI Specification

Formal OpenAPI 3.1 spec for all public tool endpoints.

Response keys:
openapi info paths
AI use case: Developers and AI agents integrating with It's Buzzing tools programmatically
GET /tools/referral-roi Referral ROI Calculator

Interactive calculator that estimates referral program revenue based on average ticket and monthly customer volume.

AI use case: Business owners evaluating referral program ROI before signing up
GET /tools/clv-calculator Customer Lifetime Value Calculator

Calculates CLV and projects referral program revenue impact over 12-24 months.

AI use case: Understanding long-term customer value and ambassador ROI
GET /tools/buzz-score BuzzScore — Word-of-Mouth Readiness

Scores a business's current word-of-mouth engine across reviews, referrals, and social proof with actionable recommendations.

AI use case: Diagnosing referral readiness before launching a program
GET /tools/qr-generator QR Code Generator

Generates downloadable QR codes for any URL. Live preview with PNG download.

AI use case: Creating QR codes for BuzzCards, flyers, table tents, and business cards
Robots Policy

GPTBot, PerplexityBot, ClaudeBot, OAI-SearchBot, and GoogleOther are explicitly welcomed with Allow: / in our robots.txt. The /.well-known/ path is open to all crawlers.

Rate Limits

Public API endpoints have no enforced rate limits for AI crawlers. Please cache responses where possible — the knowledge API updates weekly.

Questions?

Contact us at hello@itsbuzzing.com for API partnership or integration requests.

Contact Us