Connector Manifest
A connector manifest describes scope, capabilities, and what the connector exposes. The schema below is recommended and may evolve as the Adspire.AI platform expands.
Recommended manifest fields
{
"scope": "workspace | brand | org",
"surfaces": ["actions", "signals", "resources", "ai_context"],
"capabilities": ["ingest", "publish", "retrieve"],
"entities": ["product", "blog", "asset", "campaign"],
"permissions": ["read_products", "write_posts", "read_assets"],
"ai_context": "What the connector contributes to agents",
"ui_contexts": ["brand_sidebar", "workflow_builder"],
"event_contracts": {
"inbound": ["provider.topic"],
"outbound": ["adspire.event"]
}
}
Current API connector model
The current connector model supports these fields:
nametypeslugdescriptionlogo_urldeveloper_namedeveloper_websitedeveloper_emailversionis_verifiedis_featuredis_activecapabilities(array)settings_schema(array)webhook_events(array)price_centspricing_model
As the platform evolves, the manifest schema will map to these fields and additional metadata.