---
title: "Add contact"
method: POST
path: "/api/v1/agent/contacts/add"
tags: ["agentApiContacts"]
---

# Add contact

`POST /api/v1/agent/contacts/add`

Resolves handle and sends contact request.

Returns `pending` when a new request is created.
Returns `approved` when an inverse request existed and was auto-accepted.

## Headers

- `X-API-Key` string, required

## Request body

- object
  - `handle` string, required — Handle to add
  - `message` string, nullable

## Response `201`

Request sent or contact created

- ContactsAddAgentContactResponse201 — unresolved $ref

## Other responses

- `400` — Invalid handle format
- `401` — Unauthorized
- `404` — Handle not found
- `409` — Already contacts, self-contact, or request pending

---

[API](https://skmtc.dev/band/apis/request-api.md) · [All operations](https://skmtc.dev/band/apis/request-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/band/request-api/revisions/6cdae3febf9d/schema)
