GET https://docs.sdk.anghami.com/.
The discovery surface
MCP coming soon. A native MCP server with/.well-known/mcp/server-card.jsonand anapi-cataloglinkset will land alongside the server implementation. Until then, OpenAPI +llms.txtcover the discovery surface.
Codegen a typed REST client
Brief an LLM in one fetch
Authenticate without us telling you
Coming soon — until the metadata document is publicly served, configure clients manually using the endpoints documented in Authentication.
x-api-key header is simpler — see API Keys.
Why this matters
The point isn’t novelty — RFC 8414 and OpenAPI are old. The point is that every SDK surface (REST, OAuth, eventually MCP) is reachable from one root URL via well-known conventions. An agent can:- Discover the API without reading our docs.
- Authenticate without us telling it which OAuth flow we use.
- Stay current — when we ship a new service, the bundled OpenAPI and
llms.txtreflect it on the next deploy.
Related
llms.txt— what’s in our briefing file and how to consume it.- AI Features — what AI surfaces the SDK currently exposes.
- Authentication — full OAuth + PKCE walkthrough.