cannectors

AI context

Raw project context for agents that generate Cannectors pipelines.

Use the raw text endpoint when an AI agent needs the full Cannectors context before generating a pipeline:

/ai-context.txt

The endpoint is intentionally plain text. It includes:

  • Generation rules for AI agents.
  • The full documentation text.
  • An exhaustive module options summary.
  • The vendored Cannectors JSON Schemas.
  • Every maintained YAML example pipeline.

Agents should treat the JSON Schemas as the authoritative contract for keys, types, required fields, enum values, defaults, and nested shapes.

Read https://cannectors.com/ai-context.txt first.
Then generate a valid Cannectors YAML pipeline for this integration:

Source:
- ...

Transformations:
- ...

Destination:
- ...

Constraints:
- Keep secrets in environment variables.
- Use maintained examples as templates.
- Explain which example or schema section you used.
- Include the command to validate the file.

Validation loop

cannectors validate pipeline.yaml
cannectors run --dry-run pipeline.yaml