L2S is a professional URL shortener offering advanced analytics, QR code generation, and team collaboration features.
L2S is a professional URL shortener offering advanced analytics, QR code generation, and team collaboration features. On Nagent, L2s is exposed as a fully-configurable url shortener integration that any agent can call — 4 actions, and API key authentication. No code is required to wire L2s into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use L2s to automate the kinds of tasks url shortener teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire L2s into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against L2s, with input parameters and output schema. Drop these into any step of an agent built in Helix.
L2S_GET_URL_DETAILSTool to retrieve details of a shortened URL. Use when you need metadata about a specific shortened link. Use after obtaining a valid URL ID.
Input parameters
Unique identifier of the shortened URL
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
L2S_L2_S_GET_USER_SETTINGSTool to retrieve current user's settings. Use after authentication to fetch email, notification, and appearance preferences.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
L2S_L2_S_LIST_URLSTool to list all shortened URLs. Use after user authentication to retrieve the user's URLs with pagination details.
Input parameters
Page number to retrieve (1-based). Defaults to the first page if not specified.
Number of results per page. Defaults to the API's default page size if not specified.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
L2S_L2_S_SHORTEN_URLTool to shorten a given long URL. Use when you need a concise link representation.
Input parameters
The long URL to be shortened.
Tags associated with the shortened URL.
Title for the shortened URL.
UTM term parameter.
Custom alias for the shortened URL.
UTM medium parameter.
UTM source parameter.
UTM content parameter.
UTM campaign parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 63 agents privately built on Nagent that already use L2s.
Build on Nagent
Connect L2s to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find L2s, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, L2s is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once L2s is connected, you configure its 4 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop L2s steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a L2s event fires, the agent kicks off automatically.
Every L2s action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While L2s ships with 4 pre-built url shortener actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching L2s together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build L2s-based workflows tailored to your business.