> 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.
# Ramp
Supports:
* ✅ Models
* ✅ Bulk sync source
* ✅ Connection Proxy
## Connection
### Configuration
| Name | Type | Description | Required |
client_id |
string |
|
false |
client_secret |
string |
|
false |
is_sandbox |
boolean |
Is sandbox |
false |
oauth_refresh_token |
string |
|
false |
#### Example
```json
{
"name": "Ramp connection",
"type": "ramp",
"configuration": {
"client_id": "eb669428-1854-4cb1-a560-403e05b8acbf",
"client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
"is_sandbox": false,
"oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
}
}
```
## Model Sync
### Source
#### Configuration
| Name | Type | Description | Required |
object |
string |
Object |
true |
#### Example
```json
{
...
"configuration": {
"object": "object"
}
}
```
## Bulk Sync
### Source
Ramp connections may be used as a bulk sync source. No additional configuration options are required.