Studio By Ai21 Labs integration
AI21 Studio provides API access to Jurassic-1 large-language-models.
- Provider
- studio_by_ai21_labs
- Category
- Other
- Setup
- User-supplied API key
- Actions
- 57 listed in catalog
Start with one action
- Define the result. Choose one task, the data it needs, and who may run it. Start with a read when possible.
- Check access. Review the setup state below and the connection available to your workspace or app user. A catalog listing does not confirm that an account is connected.
- Inspect the current inputs. Ask the editor to discover the actions for Studio By Ai21 Labs and inspect the selected action's required inputs and returned data before implementing it.
- Verify with test data. Compare the result with what you expected. Check unauthorized access and error handling before relying on the feature.
Developer details: the supplied app client
Generated apps that include src/lib/composio.ts expose the following import in their React app code:
import { executeAction } from "@/lib/composio";
Its call signature is executeAction(actionName, params, options?). Supply the exact current action name and inputs from its specification. This import identifies the helper; it is not a complete or tested integration example.
The editor's os-list-integrations tool discovers an integration using integration_slug. Include both integration_slug and action_slug to retrieve the selected action's input and output schemas. Do not invent parameters from a catalog description.
executeAction requires a signed-in app user and any connection the action needs. The separate publicAction helper is only for a confirmed no-auth toolkit on an enabled public proxy. It does not make OAuth or API-key integrations anonymous.
Existing apps may contain an older client. Inspect the app's files and connection selection before changing a call. Keep provider credentials out of browser code and test failure handling; this guide does not promise automatic retries or synchronization.
Setup
This setup uses a supplied Studio By Ai21 Labs API key. Follow the available connection form, then verify one action after setup.
Catalog actions
This saved catalog snapshot lists 57 actions. Names and inputs can change. Inspect the current action specification and connection requirements before adding a call; this list is not an execution test.
-
STUDIO_BY_AI21_LABS_CHECK_CAN_IFRAME -
STUDIO_BY_AI21_LABS_COMPARE_TEXT -
STUDIO_BY_AI21_LABS_CREATE_AFTERSALES_PARTS_BATCH -
STUDIO_BY_AI21_LABS_CREATE_ASSISTANT_ROUTE -
STUDIO_BY_AI21_LABS_CREATE_ASSISTANTS -
STUDIO_BY_AI21_LABS_CREATE_ASSISTANTS_ASSISTANT_ID_PLANS -
STUDIO_BY_AI21_LABS_CREATE_DEMO -
STUDIO_BY_AI21_LABS_CREATE_GENERATION_REQUIREMENTS -
STUDIO_BY_AI21_LABS_CREATE_GENERATION_THREAD_NAME -
STUDIO_BY_AI21_LABS_CREATE_KIRSH_GRANT_COMPLIANCE_PREVIEW -
STUDIO_BY_AI21_LABS_CREATE_KIRSH_GRANT_PREVIEW -
STUDIO_BY_AI21_LABS_CREATE_MCP_STORAGE
Show all 57 actions
-
STUDIO_BY_AI21_LABS_CREATE_SECRET -
STUDIO_BY_AI21_LABS_CREATE_SOLUTIONS_KIRSH_GRANT_COMPLIANCE -
STUDIO_BY_AI21_LABS_CREATE_WEBSITE_CONNECTOR -
STUDIO_BY_AI21_LABS_DELETE_ASSISTANT -
STUDIO_BY_AI21_LABS_DELETE_ASSISTANT_ROUTE -
STUDIO_BY_AI21_LABS_DELETE_DEMO -
STUDIO_BY_AI21_LABS_DELETE_MCP_STORAGE -
STUDIO_BY_AI21_LABS_DELETE_SECRET -
STUDIO_BY_AI21_LABS_DELETE_WEBSITE_CONNECTOR -
STUDIO_BY_AI21_LABS_DOWNLOAD_MODIFIED_DOCUMENT -
STUDIO_BY_AI21_LABS_GET_ASSISTANT -
STUDIO_BY_AI21_LABS_GET_ASSISTANT_ROUTE -
STUDIO_BY_AI21_LABS_GET_ASSISTANTS_BY_MCP -
STUDIO_BY_AI21_LABS_GET_BATCH_STATUS -
STUDIO_BY_AI21_LABS_GET_DEMO -
STUDIO_BY_AI21_LABS_GET_KIRSH_GRANT_METADATA -
STUDIO_BY_AI21_LABS_GET_LIBRARY_BATCH_STATUS -
STUDIO_BY_AI21_LABS_GET_MCP_STORAGE -
STUDIO_BY_AI21_LABS_GET_OUTPUT_EXPLANATION -
STUDIO_BY_AI21_LABS_GET_PLAN -
STUDIO_BY_AI21_LABS_GET_WEBSITE_CONNECTOR_BY_ID -
STUDIO_BY_AI21_LABS_GET_WEBSITE_CONNECTOR_STATUS -
STUDIO_BY_AI21_LABS_GET_WEBSITE_CONNECTOR_URL_STATUS -
STUDIO_BY_AI21_LABS_INGEST_WEBSITE_CONNECTOR -
STUDIO_BY_AI21_LABS_INGEST_WEBSITE_CONNECTOR_URL -
STUDIO_BY_AI21_LABS_LIST_ASSISTANTS -
STUDIO_BY_AI21_LABS_LIST_CONNECTORS_WEBSITE -
STUDIO_BY_AI21_LABS_LIST_DEMOS -
STUDIO_BY_AI21_LABS_LIST_LIBRARY_FILES -
STUDIO_BY_AI21_LABS_LIST_MCP_STORAGE -
STUDIO_BY_AI21_LABS_LIST_MODELS -
STUDIO_BY_AI21_LABS_LIST_PLANS -
STUDIO_BY_AI21_LABS_LIST_SECRETS -
STUDIO_BY_AI21_LABS_LIST_SETTINGS_MODELS -
STUDIO_BY_AI21_LABS_LIST_SETTINGS_MODELS_AVAILABLE -
STUDIO_BY_AI21_LABS_MODIFY_ASSISTANT -
STUDIO_BY_AI21_LABS_MODIFY_ASSISTANT_ROUTE -
STUDIO_BY_AI21_LABS_MODIFY_PLAN -
STUDIO_BY_AI21_LABS_RETRY_INGEST_WEBSITE -
STUDIO_BY_AI21_LABS_RUN_ASSISTANT -
STUDIO_BY_AI21_LABS_SYNC_WEBSITE_CONNECTOR -
STUDIO_BY_AI21_LABS_UPDATE_DEMO -
STUDIO_BY_AI21_LABS_UPDATE_MCP_STORAGE -
STUDIO_BY_AI21_LABS_UPDATE_SECRET -
STUDIO_BY_AI21_LABS_VALIDATE_PLAN
Build with Studio By Ai21 Labs
Describe one task you want your app to perform with Studio By Ai21 Labs. Check the connection requirements, then verify the result in your app. Building and running the feature may use credits; review current pricing.