CI HUB (CI HUB GmbH, Berlin) builds the connector layer between digital asset repositories and the applications creative and marketing teams actually work in. Its Connector plugs Adobe Creative Cloud, Microsoft 365, Google Workspace, Figma, Sketch, Canva, WordPress, SharePoint, Salesforce and Asana into more than 60 DAM, MAM, PIM, CMS, stock and cloud-storage systems through one uniform panel, so an asset is placed, relinked and version-checked without leaving the design or document. For developers CI HUB publishes two SDKs at developer.ci-hub.com. The Access SDK is an HTTP API under /api/v1 that lets a partner platform embed that same connectivity: a partner backend signs an RS256 JWT, exchanges it for a CI HUB session, connects an end user to a DAM provider, then browses, searches and reads assets over one contract regardless of which DAM is behind it. The Integration SDK runs the other direction, letting a DAM, PIM or storage vendor translate its own API into CI HUB's handler format and appear in every CI HUB connector. CI HUB also operates a hosted MCP server (mcp.ci-hub.com, marketed as the Bright AI Connector) that exposes governed, permission-mapped DAM search and asset operations to ChatGPT, Claude, Gemini, Microsoft Copilot and any other MCP-compatible client.
CI HUB publishes 1 API on the APIs.io network: Access SDK API. Tagged areas include Company, Digital Asset Management, Content Management, Product Information Management, and Integration.
CI HUB’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 17 more developer resources.
The HTTP API a partner platform calls to embed CI HUB's DAM connectivity in its own product. A partner backend signs an RS256 JWT and exchanges it at POST /auth/exchangeToken fo...
The other direction of the CI HUB platform. A DAM, MAM, PIM, CMS, stock or cloud-storage vendor writes an integration that translates its own proprietary API into CI HUB's handl...
A hosted, remote Model Context Protocol server that gives an AI client governed access to the DAM systems a user has connected through CI HUB. It exposes core system, asset and ...
aid: ci-hub
name: CI HUB
description: 'CI HUB (CI HUB GmbH, Berlin) builds the connector layer between digital asset repositories and the applications
creative and marketing teams actually work in. Its Connector plugs Adobe Creative Cloud, Microsoft 365, Google Workspace,
Figma, Sketch, Canva, WordPress, SharePoint, Salesforce and Asana into more than 60 DAM, MAM, PIM, CMS, stock and cloud-storage
systems through one uniform panel, so an asset is placed, relinked and version-checked without leaving the design or document.
For developers CI HUB publishes two SDKs at developer.ci-hub.com. The Access SDK is an HTTP API under /api/v1 that lets
a partner platform embed that same connectivity: a partner backend signs an RS256 JWT, exchanges it for a CI HUB session,
connects an end user to a DAM provider, then browses, searches and reads assets over one contract regardless of which DAM
is behind it. The Integration SDK runs the other direction, letting a DAM, PIM or storage vendor translate its own API into
CI HUB''s handler format and appear in every CI HUB connector. CI HUB also operates a hosted MCP server (mcp.ci-hub.com,
marketed as the Bright AI Connector) that exposes governed, permission-mapped DAM search and asset operations to ChatGPT,
Claude, Gemini, Microsoft Copilot and any other MCP-compatible client.'
image: https://ci-hub.com/hubfs/CI-HUB_logo-new.svg
url: https://raw.githubusercontent.com/api-evangelist/ci-hub/refs/heads/main/apis.yml
x-type: company
x-source: harvest:marketing-integration-graph
specificationVersion: '0.20'
created: '2026-08-12'
modified: '2026-08-12'
tags:
- Company
- Digital Asset Management
- Content Management
- Product Information Management
- Integration
- Connectors
- Creative Tools
- Marketing
- Brand Management
- Model Context Protocol
- Cloud Storage
- Germany
apis:
- aid: ci-hub:access-sdk
name: CI HUB Access SDK API
description: 'The HTTP API a partner platform calls to embed CI HUB''s DAM connectivity in its own product. A partner backend
signs an RS256 JWT and exchanges it at POST /auth/exchangeToken for a CI HUB access token (1 hour) and refresh token (30
days); the end user then connects a DAM provider through POST /auth/login and the partner polls GET /auth/login with the
returned state. Every content call afterwards carries two tokens — the CI HUB access token in Authorization and the DAM
connection token in provider-authorization. Content is read-only in this release: folder browse, keyword search, similarity
search from a reference image, asset detail and asset version history, all over one contract no matter which DAM is behind
it.'
humanURL: https://developer.ci-hub.com/access
baseURL: https://live.ci-hub.com/api/v1
tags:
- Digital Asset Management
- Assets
- Search
- Authentication
- Content
properties:
- type: OpenAPI
url: openapi/ci-hub-access-openapi.yml
- type: Documentation
url: https://developer.ci-hub.com/access
- type: APIReference
url: https://developer.ci-hub.com/access/content
- type: GettingStarted
url: https://developer.ci-hub.com/access/getting-started
- type: Authentication
url: authentication/ci-hub-authentication.yml
- type: ErrorCatalog
url: errors/ci-hub-problem-types.yml
- type: RateLimits
url: rate-limits/ci-hub-rate-limits.yml
- type: ChangeLog
url: changelog/ci-hub-changelog.yml
- type: Overlay
url: overlays/ci-hub-access-overlay.yaml
- type: DataModel
url: data-model/ci-hub-data-model.yml
- type: Sandbox
url: sandbox/ci-hub-sandbox.yml
- aid: ci-hub:integration-sdk
name: CI HUB Integration SDK
description: 'The other direction of the CI HUB platform. A DAM, MAM, PIM, CMS, stock or cloud-storage vendor writes an
integration that translates its own proprietary API into CI HUB''s handler format using defineIntegration, and the result
appears inside every CI HUB connector — Adobe Creative Cloud, Microsoft 365, Google Workspace, Figma and the rest. It
is a handler contract rather than an HTTP API: the vendor implements named handlers (login, checkToken, refreshToken,
logout, search, getFolder, download, upload, createAsset, updateAsset, task handlers) that CI HUB invokes, and declares
a capability matrix describing what its platform supports. Shipped as the npm package @ci-hub/integration-sdk with an
integration-cli for scaffolding, local development against a test UI, and submission.'
humanURL: https://developer.ci-hub.com/integration
baseURL: https://developer.ci-hub.com/integration
tags:
- Digital Asset Management
- Integration
- SDK
- Connectors
properties:
- type: Documentation
url: https://developer.ci-hub.com/integration
- type: APIReference
url: https://developer.ci-hub.com/integration/reference/sdk-packages
- type: GettingStarted
url: https://developer.ci-hub.com/integration/getting-started/installation
- type: CLI
url: cli/ci-hub-cli.yml
- aid: ci-hub:mcp
name: CI HUB MCP Server (Bright AI Connector)
description: 'A hosted, remote Model Context Protocol server that gives an AI client governed access to the DAM systems
a user has connected through CI HUB. It exposes core system, asset and folder tools — provider listing, brand config,
file-to-text conversion, asset search, upload by URL, download URL, rename, move, delete, version history, folder browse/create/
rename/move/delete, plus batch variants — to ChatGPT, Claude, Gemini, Microsoft Copilot and any other MCP-compatible client.
Each user authenticates their own DAM account through CI HUB first, so the AI inherits that user''s existing DAM permissions
rather than a service account''s. Authorization is OAuth 2.1: the server publishes RFC 9728 protected-resource metadata
pointing at mcp-auth.ci-hub.com, which advertises RFC 8414 authorization-server metadata with dynamic client registration
and PKCE S256.'
humanURL: https://ci-hub.com/ai/mcp-server
baseURL: https://mcp.ci-hub.com
tags:
- Model Context Protocol
- Artificial Intelligence
- Digital Asset Management
- Agents
properties:
- type: MCPServer
url: mcp/ci-hub-mcp.yml
- type: ToolCrosswalk
url: mcp/ci-hub-tool-crosswalk.yml
- type: Documentation
url: https://support.ci-hub.com/ci-hub-bright-mcp-server-capabilities-and-actions
- type: OAuthScopes
url: scopes/ci-hub-scopes.yml
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
- FN: APIs.json
email: info@apis.io
common:
- type: Website
url: https://ci-hub.com/
- type: DeveloperPortal
url: https://developer.ci-hub.com/
- type: Documentation
url: https://developer.ci-hub.com/docs
- type: APIReference
url: https://developer.ci-hub.com/access
- type: GettingStarted
url: https://developer.ci-hub.com/access/getting-started
- type: Support
url: https://ci-hub.com/support
- type: HelpCenter
url: https://support.ci-hub.com/
- type: Blog
url: https://ci-hub.com/blog
- type: GitHubOrganization
url: https://github.com/CI-HUB-GmbH
- type: Pricing
url: https://ci-hub.com/pricing
- type: Plans
url: plans/ci-hub-plans-pricing.yml
- type: SignUp
url: https://ci-hub.com/start-free-trial
- type: TermsOfService
url: https://ci-hub.com/legal/terms
- type: PrivacyPolicy
url: https://ci-hub.com/legal/privacy-policy
- type: Packages
url: packages/ci-hub-packages.yml
- type: SDKs
url: packages/ci-hub-packages.yml
- type: CLI
url: cli/ci-hub-cli.yml
- type: Conventions
url: conventions/ci-hub-conventions.yml
- type: LLMsTxt
url: llms/ci-hub-llms.txt
- type: Lifecycle
url: lifecycle/ci-hub-lifecycle.yml
- type: Conformance
url: conformance/ci-hub-conformance.yml
- type: WellKnown
url: well-known/ci-hub-well-known.yml
- type: DomainSecurity
url: security/ci-hub-domain-security.yml
- type: AgentSkill
url: skills/_index.yml
x-vouched-by:
- Brandfolder
- Frontify
- MediaValet
x-vouch-count: 3
x-enrichment:
date: '2026-08-12'
status: enriched
artifacts_added: 29
pass: local-v1