Channel Catalog Specification

Defines the structure and governance of channel-atoms, the catalog of communication channel definitions covering Slack, email, webhook, and push notification configurations.

draft 1.0.0-draft design-spec
idschema-atoms/design-spec/channel-catalog-spec
authorsconvergent-systems-co
conforms_toschema-atoms/design-spec/[email protected]
created2026-05-24

Channel Catalog Specification

Catalog: channel-atoms.com Version: 1.0.0-draft Conforms to: schema-atoms/design-spec/[email protected]

Purpose

The channel catalog holds structured definitions of communication channels — the named, configured delivery paths through which agents, services, and workflows send and receive messages. Each atom specifies a channel's transport type, authentication configuration, payload constraints, and delivery semantics so that consumers can bind channels without embedding configuration in code.

Channel atoms are the single source of truth for how the ecosystem communicates outward and inward — email, Slack, webhooks, push notifications, and any other transport are all represented as channel atoms.

Atom Classes

Class Description
slack-channel Configuration for a Slack workspace channel or DM target, including bot token binding and mention rules
email-channel SMTP or API-based email delivery configuration, including sender identity and template bindings
webhook-channel HTTP webhook endpoint definition, including URL, signing secret, and retry policy
push-channel Mobile or desktop push notification channel configuration
sms-channel SMS delivery channel configuration via a gateway provider

Consumers

Relationship to Other Catalogs


atom.toml
id          = "schema-atoms/design-spec/channel-catalog-spec"
version     = "1.0.0-draft"
content_hash = "76ad3679c2900e493b0593f9ce10bd9ea7a57574c4c4216040fd8d71e51fb941"
lifecycle   = "draft"
created_at  = "2026-05-24T00:00:00Z"

[spec]
class       = "design-spec"
title       = "Channel Catalog Specification"
summary     = "Defines the structure and governance of channel-atoms, the catalog of communication channel definitions covering Slack, email, webhook, and push notification configurations."
authors     = ["convergent-systems-co"]
conforms_to = "schema-atoms/design-spec/[email protected]"
asset       = "spec.md"