lc.cx

lc.cx provides URL shortening, branded domains, workspaces, tags, click statistics, and QR code generation through its API.

10 actions Integration catalog
Request access
Connect lc.cx once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Short LinkLC_CX_CREATE_SHORT_LINK
Shorten one destination URL on lc.cx, optionally choosing its path, tags, note, and workspace. Warning: each successful creation permanently consumes one unit of the current monthly quota, even if the link is later deleted.
Create TagsLC_CX_CREATE_TAGS
Create one or more tags in a workspace and return their ids for attaching to short links.
Delete Short LinkLC_CX_DELETE_SHORT_LINK
Permanently delete one short link. Deletion does not restore the monthly creation quota.
Delete TagLC_CX_DELETE_TAG
Permanently delete one tag from the selected workspace.
Get Account ContextLC_CX_GET_ACCOUNT_CONTEXT
Return lc.cx plan and short-link quota information together with available domains and workspaces needed to create and route short links.
Get Short LinkLC_CX_GET_SHORT_LINK
Retrieve one short link by its lc.cx link id from the selected workspace.
List Short LinksLC_CX_LIST_SHORT_LINKS
Return one page of recently created short links in the selected workspace, with an offset for the next page when one may exist.
List TagsLC_CX_LIST_TAGS
Return all tags available in the selected workspace for organizing short links.
Update Short LinkLC_CX_UPDATE_SHORT_LINK
Update a short link's destination, note, or complete tag assignment. tag_ids is the full replacement list; resend current ids to preserve them or [] to clear.
Update TagLC_CX_UPDATE_TAG
Update the name or color of one tag in the selected workspace.