Connectors

Overview of the Vernclaw connector marketplace, runtime, and CLI surface.

Connector Platform

The connector platform extends the Vernclaw template with a connector registry, install state, authorization state, unified ai_task tracking, credit billing, and Markdown-first API responses.

First release connectors

  • image_generate
  • website_traffic_get
  • domain_authority_get
  • x_post_read

Core guarantees

  • Execution mode is defined in code, not overridden by the client.
  • Billing happens in the shared credit ledger.
  • CLI and HTTP API share the same API key model.
  • Formal outputs are returned as text/markdown.

Key URLs

  • Connector catalog: /connectors
  • Connector docs: /docs/connectors
  • CLI docs: /docs/connectors/cli
  • User connector settings: /settings/connectors

Next reading