> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://apidocs.polytomic.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server.
# Notion
Supports:
* ✅ Models
* ✅ Bulk sync source
* ✅ Connection Proxy
## Connection
### Configuration
| Name | Type | Description | Required |
#### Example
```json
{
"name": "Notion connection",
"type": "notion",
"configuration": {
{}
}
}
```
### Read-only properties
| Name | Type | Description | Required |
workspace_name |
string |
Workspace name |
false |
## Model Sync
### Source
#### Configuration
| Name | Type | Description | Required |
object |
string |
Object |
true |
#### Example
```json
{
...
"configuration": {
"object": "object"
}
}
```
## Bulk Sync
### Source
Notion connections may be used as a bulk sync source. No additional configuration options are required.