00c653316d35
latestOpenAPI 3.0.32026-08-13154321638.4 KBHarbors
Create Harbor
Creates a managed or customer-managed Harbor in the caller's current organization.
generate_api_key defaults to true. Polytomic returns a new plaintext credential only in this response. Set it to false to create the Harbor without a credential.
For customer_managed, backing_connection_id must identify a queryable Connection that your credential can access.
post/api/harbors
Headers
X-Polytomic-Versionstring
Request body
Example request
{
"backing_connection_id": "248df4b7-aa70-47b8-a036-33ac447e668d",
"backing_mode": "managed",
"description": "Revenue, pipeline, and renewal data",
"generate_api_key": true,
"name": "Revenue Operations"
}Response
OK
Example response
{
"data": {
"api_key": {
"id": "248df4b7-aa70-47b8-a036-33ac447e668d",
"mode": "profile"
},
"harbor": {
"backing_connection_id": "248df4b7-aa70-47b8-a036-33ac447e668d",
"backing_mode": "managed",
"id": "248df4b7-aa70-47b8-a036-33ac447e668d",
"mcp_server_url": "https://mcp.polytomic.com/mcp/harbors/revenue_operations",
"name": "Revenue Operations",
"organization_id": "248df4b7-aa70-47b8-a036-33ac447e668d"
}
}
}