---
title: "Add peers on Peering Service"
method: POST
path: "/admin/peering/peers"
tags: ["admin"]
---

# Add peers on Peering Service

`POST /admin/peering/peers`

This endpoint can be used to add a Peer from the Peering Service

## Request body

- PeeringPeeringPeer[]
  - `Addrs` string[]
  - `Connected` boolean
  - `ID` string

## Response `200`

OK

- string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/application-research/apis/estuary-api.md) · [All operations](https://skmtc.net/application-research/apis/estuary-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/application-research/estuary-api/versions/b9ae518bf64b/schema)
