Zaki SMMA Agent & Developer API

RFC 9727 Discovery Compliant • Version 1.0.0

This documentation outlines how external AI agents, autonomous callers, and developers can programmatically interface with Zaki SMMA Cape Town.

Discovery Specifications

ResourcePathType
API Catalog/.well-known/api-catalogRFC 9727 Linkset
OpenAPI 3.1 Spec/api/openapi.jsonOpenAPI 3.1 JSON
MCP Server Card/.well-known/mcp/server-card.jsonSEP-1649 MCP Card
Agent Skills Index/.well-known/agent-skills/index.jsonSkills Discovery v0.2.0
ARD Manifest/.well-known/ai-catalog.jsonAgentic Resource Discovery
Agent Auth Spec/auth.mdWorkOS Auth.md
LLM Text Content/llms.txtllmstxt.org

Endpoints

GET /api/health

Returns health status for uptime monitoring.

curl -s https://zakismma.co.za/api/health

POST Client Lead Intake

Dispatches lead directly to the agency CRM and triggers real-time email notification:

curl -X POST https://script.google.com/macros/s/AKfycbzxsLrX1Kn6lFYMRsRMc1GreHpSIZHRmMrLYAtyasOvLOT3aYKYyi2TzX0vtfw6J9lB/exec \
  -H "Content-Type: application/json" \
  -d '{"formType":"lead","name":"Client Name","email":"client@brand.com","service":"meta-ads","budget":"R30k","message":"Growth audit"}'

← Return to Zaki SMMA Homepage