This documentation outlines how external AI agents, autonomous callers, and developers can programmatically interface with Zaki SMMA Cape Town.
| Resource | Path | Type |
|---|---|---|
| API Catalog | /.well-known/api-catalog | RFC 9727 Linkset |
| OpenAPI 3.1 Spec | /api/openapi.json | OpenAPI 3.1 JSON |
| MCP Server Card | /.well-known/mcp/server-card.json | SEP-1649 MCP Card |
| Agent Skills Index | /.well-known/agent-skills/index.json | Skills Discovery v0.2.0 |
| ARD Manifest | /.well-known/ai-catalog.json | Agentic Resource Discovery |
| Agent Auth Spec | /auth.md | WorkOS Auth.md |
| LLM Text Content | /llms.txt | llmstxt.org |
Returns health status for uptime monitoring.
curl -s https://zakismma.co.za/api/health
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"}'