---
title: "Keep developer resources | Keep"
description: "Build with the Keep REST API, MCP server, webhooks, and machine-readable discovery files."
canonical: "https://keep.md/developers"
language: "en"
---

# Developer resources

Connect scripts, apps, and AI agents to a Keep library with documented interfaces and scoped credentials.

## REST API

Use the [API reference](https://keep.md/docs/api) to save and read Items, search context, maintain Markdown Notes, manage Projects, and receive webhooks. The [OpenAPI document](https://keep.md/openapi.json) provides a machine-readable description of the same routes. Create credentials with the [API key guide](https://keep.md/docs/api-keys).

## AI agent connection

The [Keep MCP server](https://keep.md/docs/mcp) gives compatible agents approved access to Keep tools through OAuth. Clients can discover the endpoint from the[MCP server card](https://keep.md/.well-known/mcp/server-card.json) and OAuth metadata. The [Keep Agent Skill](https://keep.md/.well-known/agent-skills/keep)explains when and how an agent should use Keep.

## Discovery and support

The [API catalog](https://keep.md/.well-known/api-catalog) links the REST and MCP services to their descriptions and status endpoints. See[llms.txt](https://keep.md/llms.txt) for a short site map made for agents, and [contact Keep](https://keep.md/contact) if you need help with an integration.
