atisbo_connect
Compact facade for WHERE Atisbo gets its signals — it CONNECTS sources, not just describes them. Modes: list (connections + live status), catalog (ingestible sources; query filters), create (returns the endpoint), configure, pause, resume, sync_now (pull sources only). Call list before any mutation. THE CATALOG IS NOT THE BOUNDARY: almost anything connects — push app (composio_catalog), daily-pull app (composio_actions, ~1,000 apps), raw webhook/email. Never answer "Atisbo cannot ingest that" from an empty search; call catalog and read fallback. Atisbo only READS a connected system, never writes. create returns an endpoint + signing secret shown EXACTLY ONCE — relay both to the human immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | mode=create: "email" provisions the ingest address; default webhook. | |
| mode | No | list/catalog need no ids; others need connection_id or create fields. | |
| label | No | create/configure: human name for the source, e.g. "Freshdesk". | |
| query | No | mode=catalog only: filter by name, category or description. | |
| config | No | mode=create with provider: catalog required_fields. Stored encrypted, never readable again. | |
| toolkit | No | composio_actions / composio_create: Composio app slug (e.g. "freshdesk", "jira"). | |
| provider | No | mode=create: NATIVE provider from catalog native_providers. Pair with config. | |
| pull_tool | No | composio_create, DAILY apps: read-only action from composio_actions. | |
| recipe_id | No | mode=create: catalog recipe id — applies its curated mapping. | |
| json_paths | No | create/configure: dotted paths into the POSTed payload's JSON body. | |
| rate_limit | No | create/configure: max requests per minute accepted. Default 100. | |
| sync_every | No | PULL sources only: cadence. Default daily. | |
| trigger_slug | No | composio_create, INSTANT apps: trigger from composio_catalog. | |
| connection_id | No | Connection id from mode=list; required for configure/pause/resume/sync_now. | |
| pull_arguments | No | composio_create with pull_tool: arguments the action needs. | |
| collection_path | No | composio_create with pull_tool: dotted path to the record array, when not inferable. | |
| source_category | No | mode=create with your own mapping: what kind of signal the payload carries. | |
| skip_attribution | No | mode=create: true for anonymous public-forum sources with no attributable customer. |