Deck.co integration (AI, Developer Tools). Imported from open-connector.
https://api.deck.co/v2/test
/agents
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of items to return. Deck.co allows 1 to 100. |
| cursor | string | optional | Opaque cursor string returned by a previous Deck.co page. |
/agents/{agentId}
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | optional | Unique identifier for the agent, prefixed with agt_. |
| agentId | string | required | Path parameter: agentId |
/sources
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of items to return. Deck.co allows 1 to 100. |
| cursor | string | optional | Opaque cursor string returned by a previous Deck.co page. |
/sources/{sourceId}
| Param | Type | Required | Description |
|---|---|---|---|
| source_id | string | optional | Unique identifier for the source, prefixed with src_. |
| sourceId | string | required | Path parameter: sourceId |