---
title: "Add To Brain"
method: POST
path: "/integration/{integration_name}/add"
tags: ["Integration"]
---

# Add To Brain

`POST /integration/{integration_name}/add`

used to add pages to brain

## Path parameters

- `integration_name` string, required

## Request body

- object
  - `brain_id` string — ID of the brain to add pages to
  - `page_ids` string[] — Array of page IDs to add to the brain

## Response `200`

- object
  - `message` string — Message indicating the pages are being added to the brain

---

[API](https://skmtc.dev/byteleaphq/apis/athena-copy.md) · [All operations](https://skmtc.dev/byteleaphq/apis/athena-copy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteleaphq/athena-copy/revisions/4eb764a8d0ce/schema)
