# HG Platform API

## MadKudu API

- [Welcome to MadKudu](https://developers.madkudu.com/readme.md)
- [Getting your API Key](https://developers.madkudu.com/getting-started/quickstart.md): Get your API key to use MadKudu MCP or authenticate to MadKudu API
- [When to use API vs MCP](https://developers.madkudu.com/getting-started/when-to-use-api-vs-mcp.md)
- [Usage and credits](https://developers.madkudu.com/getting-started/usage-and-credits.md)
- [Your API Usage](https://developers.madkudu.com/getting-started/your-api-usage.md): Monitor your API usage
- [What is MadKudu MCP](https://developers.madkudu.com/madkudu-mcp/what-is-madkudu-mcp.md): Use MadKudu insights inside your favorite AI tools
- [MadKudu MCP Playground](https://developers.madkudu.com/madkudu-mcp/madkudu-mcp-playground.md)
- [First time using MCP](https://developers.madkudu.com/madkudu-mcp/first-time-using-mcp.md)
- [Install in AI platforms in 2min](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min.md): Integrate MadKudu to your AI Agents and platforms
- [Claude (Anthropic)](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/claude-anthropic.md): Connect MadKudu to your Claude
- [Cursor](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/cursor.md): Connect MadKudu to your Cursor
- [ChatGPT (OpenAI)](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/chatgpt-openai.md)
- [Dust](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/dust.md): Connect MadKudu to your Windsurf
- [Make](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/make.md): Connect MadKudu to Make
- [n8n](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/n8n.md): Connect MadKudu to n8n
- [Relevance AI](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/relevance-ai.md): Connect MadKudu to Relevance AI
- [Windsurf](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/windsurf.md): Connect MadKudu to your Windsurf
- [Zapier](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/zapier.md)
- [MadMCP tools](https://developers.madkudu.com/madkudu-mcp/madmcp-tools.md): Tools available in your AI platform when integrating MadKudu MCP
- [Building AI Agents powered by MadKudu](https://developers.madkudu.com/madkudu-mcp/building-ai-agents-powered-by-madkudu.md)
- [AI Agent Templates](https://developers.madkudu.com/madkudu-mcp/ai-agent-templates.md)
- [Authentication](https://developers.madkudu.com/api/authentication.md): Learn how to authenticate to MadKudu API
- [Lookup](https://developers.madkudu.com/api/lookup.md): Find any account or person by the identifier you have (email, domain Linkedin handle, Twitter, salesforce ID, hubspot ID ...) and get their MadKudu ID.
- [Detailed Information](https://developers.madkudu.com/api/detailed-information.md): Get the full picture on any person or account using the MadKudu ID
- [Enrichment](https://developers.madkudu.com/api/enrichment.md): The Enrichment API allows you to retrieve valuable company insights based on a domain name. It provides structured data  such as hiring activity, technologies usage and more.
- [Search](https://developers.madkudu.com/api/search.md): Search accounts or persons with filters
- [Sourcing](https://developers.madkudu.com/api/sourcing.md): Discover new prospects from your favorite data providers (Apollo, Cognism, and ZoomInfo), who aren't already in your CRM
- [AI Features](https://developers.madkudu.com/api/ai-features.md)
- [Organisation](https://developers.madkudu.com/organisation.md): Get any informations about your organisation.
- [Custom Ingestion API (Coming Soon)](https://developers.madkudu.com/custom-ingestion-api-coming-soon.md): Push your own customer & activity data into MadKudu in real time, then use it everywhere—Sales Copilot, AI Scoring, MadKudu MCP, etc.
- [Introduction](https://developers.madkudu.com/legacy-api/introduction.md)
- [Authentication](https://developers.madkudu.com/legacy-api/authentication.md)
- [Demographics Company API](https://developers.madkudu.com/legacy-api/demographics-company-api.md)
- [Demographics Person API](https://developers.madkudu.com/legacy-api/demographics-person-api.md)
- [Job Changes](https://developers.madkudu.com/legacy-api/job-changes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developers.madkudu.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
