---
title: Contact AIxAI — AI Agency India
description: Contact AIxAI by email, phone, the website form, or the public API.
canonical: https://www.aixai.co.in/contact
last-updated: 2026-09-16
---

# Contact AIxAI

Ready to leverage AI for your business? Get in touch and let's discuss how we can help — whether that's an AI readiness assessment, a custom chatbot, workflow automation, or a fully managed AI deployment.

## Direct

- Email: HQ@aixai.co.in — we typically reply within one business day.
- Phone: +91 80055 07037
- Location: Jaipur, Rajasthan, India. We work with clients worldwide, across time zones.

## Follow AIxAI

- LinkedIn: https://www.linkedin.com/company/aixai-labs/
- X (Twitter): https://x.com/AIxAI_labs
- Instagram: https://www.instagram.com/aixai_labs/
- YouTube: https://www.youtube.com/@AIxAI_labs
- Facebook: https://www.facebook.com/profile.php?id=61590531598502
- GitHub: https://github.com/vineetyad/AIxAI

## Contact form

Use the form on the [homepage](/) — it delivers straight to the team's inbox with your email as the reply-to address.

## For developers and AI agents

Submit an inquiry programmatically:

```bash
curl -X POST https://www.aixai.co.in/api/v1/send-email \
  -H "Content-Type: application/json" \
  -d '{"name":"Ada Lovelace","email":"ada@example.com","message":"We want a RAG chatbot over our internal docs."}'
```

Add `"dryRun": true` to validate without sending. See the [developer documentation](/developers) and [OpenAPI specification](/openapi.json), or call the `submit_inquiry` tool on the MCP server at `https://www.aixai.co.in/api/mcp`.
