Official developer portal and machine-readable resources for amitpuri (Dr. Amit Puri). Discover programmatic REST APIs, OpenAPI 3.1.0 specifications, authentication guides, webhooks, Model Context Protocol (MCP) integrations, official CLI tools, RFC 9457 typed error models, rate limit response headers, and LLM context files.
Agents and automated tools can inspect and consume our API definitions via OpenAPI 3.1.0 specifications at predictable, well-known URLs:
All endpoints support CORS, return UTF-8 JSON, provide structured schemas, and are available under both versioned paths (/api/v1/*) and root alias paths (/api/*).
| Endpoint | Method | Description |
|---|---|---|
/api/profile.json (or /api/v1/profile.json) |
GET | Executive bio, titles, verified social links, and expertise domains for Dr. Amit Puri. |
/api/services.json (or /api/v1/services.json) |
GET | Advisory catalog, discovery call, and direct Topmate booking URLs. |
/api/projects.json (or /api/v1/projects.json) |
GET | Open AGI, Citizen Developer, Open Cloud, and designpattern.fyi initiatives. |
/api/health.json (or /api/v1/health.json) |
GET | API service health, timestamp, version, and documentation links. |
/api/deprecation.json (or /api/v1/deprecation.json) |
GET | API versioning lifecycle, Sunset/Deprecation header specifications, and 90-day grace period. |
Public Endpoints: All public read endpoints (/api/*, /api/v1/*, /openapi.json, /llms.txt) are open and require no authentication or API key.
Enterprise & Webhook Access: For authenticated partner integrations, custom tool connectors, or webhook subscriptions, requests use standard Bearer Token authentication via the Authorization header:
To request enterprise API credentials, contact info@amitpuri.com.
Automated event delivery for advisory schedule updates, new publication releases, and architectural guideline alerts:
X-AmitPuri-Signature header (HMAC SHA-256) computed using your webhook secret.Connect Dr. Amit Puri's advisory knowledge, publications, and tools directly to Claude Desktop, Cursor, Antigravity, or any Model Context Protocol client.
Clients can auto-discover server capabilities at https://www.amitpuri.com/.well-known/mcp.json (RFC standard discovery endpoint).
amitpuri://profile: Retrieve Dr. Amit Puri's verified executive bio, credentials, and contact endpoints.amitpuri://services: Query available advisory sessions, workshops, and booking links.amitpuri://projects: Query Open AGI, Citizen Developer, and cloud architecture initiatives.amitpuri://llms-txt: Retrieve LLM routing rules and context triggers.get_advisory_booking_url: Tool returning direct Topmate URLs for specified focus areas (AI strategy, low-code, cloud).check_api_health: Tool returning API operational status and versioning metadata.Developers and agents can execute the official CLI tool with zero installation:
All 4xx and 5xx error responses conform strictly to the RFC 9457 (and RFC 7807) Problem Details standard with typed error schemas for deterministic agent handling:
To ensure high availability and fair use, public API endpoints implement standard RFC rate limit headers:
| Header | Description | Example |
|---|---|---|
RateLimit-Policy |
Quota policy definition (limit and window in seconds). | 60;w=60 |
RateLimit-Limit |
Maximum allowed requests in the active window. | 60 |
RateLimit-Remaining |
Remaining request quota in the active window. | 59 |
RateLimit-Reset |
Seconds or timestamp until the current rate quota resets. | 0 |
Retry-After |
Returned on HTTP 429 responses indicating seconds to pause before retrying. | 60 |
Our REST API follows strict semantic versioning and predictable lifecycle management. Read the complete API Deprecation Policy (/deprecation):
v1. Endpoints are accessible at both /api/v1/* and aliased at /api/* for convenience.API-Version: v1. Clients may also supply an API-Version: v1 header.Deprecation (RFC 9745) and Sunset (RFC 8594) HTTP headers indicating the retirement timeline.Standardized machine-readable guidance for AI agents, crawlers, and tool-calling systems:
| Resource | Format | Purpose |
|---|---|---|
/llms.txt |
Text / Markdown | LLM guidance per llmstxt.org standard with 'When to Use' triggers. |
/llms-full.txt |
Text / Markdown | Full knowledge base and extended context for autonomous agents. |
/agent-instructions.md |
Markdown | Explicit agent routing rules, tool-calling formats, and citation policies. |
/index.md |
Markdown | Markdown homepage for Accept: text/markdown content negotiation. |
/about |
HTML / Trust Anchor | Comprehensive background, career milestones, and leadership credentials. |
/contact |
HTML / Trust Anchor | Direct contact channels, Topmate booking hubs, and consultation routing. |
/privacy |
HTML / Trust Anchor | Privacy policy, transparency notes, and data handling standards. |
/sitemap.xml |
XML | Canonical sitemap for search engines and web crawlers. |