Famim Farhaz Developer Portal & REST API Documentation
Public programmatic REST API endpoints, OpenAPI 3.1.0 specifications, Model Context Protocol (MCP) server manifest, cURL quickstarts, and LLM function calling schemas for Famim Farhaz Development Studio.
Developer Specifications & Discovery
- OpenAPI 3.1.0 (JSON): https://famimfarhaz.com/openapi.json
- OpenAPI 3.1.0 (YAML): https://famimfarhaz.com/openapi.yaml
- Model Context Protocol (MCP) Server: https://famimfarhaz.com/mcp.json
- Official CLI Tool:
npx famimfarhaz(available via npm/npx) - LLMs Context Index: https://famimfarhaz.com/llms.txt
- Complete LLM Context: https://famimfarhaz.com/llms-full.txt
Rate Limiting Standards (RFC 6585 & IETF Draft)
100 requests per 60 seconds per client with standard RateLimit-Limit, RateLimit-Remaining, RateLimit-Reset, and Retry-After headers on HTTP 429.
API Versioning & Deprecation Policy
URI path versioning (/api/v1/*) with 12 months minimum advance notice via Sunset and Deprecation headers.
Key API Endpoints
GET https://famimfarhaz.com/api/v1/health— Service health checkGET https://famimfarhaz.com/api/v1/projects— List portfolio case studiesGET https://famimfarhaz.com/api/v1/services— List studio service packagesGET https://famimfarhaz.com/api/v1/blog— List engineering articlesPOST https://famimfarhaz.com/api/v1/chat— Query Lumen AI AssistantPOST https://famimfarhaz.com/api/v1/contact— Submit project inquiry