Skip to main content
Studio By Ai21 Labs logo

Studio By Ai21 Labs

AI21 Studio provides API access to Jurassic-1 large-language-models. Our models power text generation and comprehension features in thousands of live applications.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Studio By Ai21 Labs authenticates with an API key. Generate the credential in your Studio By Ai21 Labs account, then paste it into FlyMyAI the first time an agent uses a Studio By Ai21 Labs action.

Get your Studio By Ai21 Labs credential →

Fields to fill in FlyMyAI

FieldDetails
API KeyTo retrieve your API key, navigate to your AI21 Studio account and sign in. Click the dropdown on the top right and go to "Account". (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
STUDIO_BY_AI21_LABS_CHECK_CAN_IFRAMETool to check if a URL can be embedded in an iframe. Use when you need to verify iframe compatibility before embedding external content.url
STUDIO_BY_AI21_LABS_COMPARE_TEXTTool to compare two text strings and identify differences. Use when you need to analyze changes between an original text and its modified version.original_text, modified_text
STUDIO_BY_AI21_LABS_CREATE_AFTERSALES_PARTS_BATCHTool to create a batch job for Fnac Aftersales parts classification. Use when you need to classify multiple aftersales cases to determine which parts are needed for repairs.cases
STUDIO_BY_AI21_LABS_CREATE_ASSISTANTSTool to create a new AI assistant in AI21 Studio. Use when you need to set up a new assistant with custom configuration, tools, and behavior.name
STUDIO_BY_AI21_LABS_CREATE_ASSISTANTS_ASSISTANT_ID_PLANSTool to create a new plan for an AI21 Studio assistant. Use when you need to add a new plan with Python code to an assistant.assistant_id, code
STUDIO_BY_AI21_LABS_CREATE_ASSISTANT_ROUTETool to create a new route for an AI21 Studio assistant. Use when you need to define a new conversational path or query pattern for an assistant.assistant_id, plan_id, name, description, examples
STUDIO_BY_AI21_LABS_CREATE_DEMOTool to create a new demo in AI21 Studio. Use when you need to set up a new demo with specified visibility and status.name, visibility, status, ui_component_name
STUDIO_BY_AI21_LABS_CREATE_GENERATION_REQUIREMENTSTool to generate requirements from a query or task description. Use when you need to break down a high-level task into specific requirements.query
STUDIO_BY_AI21_LABS_CREATE_GENERATION_THREAD_NAMETool to generate a thread name from a query or conversation context. Use when you need to create a descriptive title for a conversation thread.query
STUDIO_BY_AI21_LABS_CREATE_KIRSH_GRANT_COMPLIANCE_PREVIEWTool to preview grant compliance for Kirsh grants. Use when you need to check compliance status for specific grant IDs.grant_ids
STUDIO_BY_AI21_LABS_CREATE_KIRSH_GRANT_PREVIEWTool to retrieve grant metadata from the Kirsh preview endpoint. Use when you need to fetch grant information including grant name and associated organization details.grant_id
STUDIO_BY_AI21_LABS_CREATE_MCP_STORAGETool to create MCP (Model Context Protocol) storage in AI21 Studio. Use when you need to register and configure an MCP server connection for your workspace.server_url, server_label
STUDIO_BY_AI21_LABS_CREATE_SECRETTool to save a secret in AI21 Studio. Use when you need to securely store sensitive information like API keys or passwords.secret_name, secret_value
STUDIO_BY_AI21_LABS_CREATE_SOLUTIONS_KIRSH_GRANT_COMPLIANCETool to check compliance for Kirsh grant IDs. Use when you need to verify compliance status for one or more grants.grant_ids
STUDIO_BY_AI21_LABS_CREATE_WEBSITE_CONNECTORTool to create a website connector in AI21 Studio. Use when you need to index website content via sitemap or specific URLs for RAG or grounding purposes.type, value
STUDIO_BY_AI21_LABS_DELETE_ASSISTANTTool to delete an assistant by its unique ID. Use when you need to permanently remove an assistant from the system.assistant_id
STUDIO_BY_AI21_LABS_DELETE_ASSISTANT_ROUTETool to delete a route from an AI21 Studio assistant. Use when you need to remove a routing configuration from an assistant.assistant_id, route_id
STUDIO_BY_AI21_LABS_DELETE_DEMOTool to delete a demo by its unique ID. Use when removing a specific demo from AI21 Studio.demo_id
STUDIO_BY_AI21_LABS_DELETE_MCP_STORAGETool to delete an MCP (Model Context Protocol) storage configuration by its unique ID. Use when you need to permanently remove an MCP server configuration from AI21 Studio.mcp_id
STUDIO_BY_AI21_LABS_DELETE_SECRETTool to delete a secret by its unique ID. Use when you need to permanently remove a secret from AI21 Studio.secret_id
STUDIO_BY_AI21_LABS_DELETE_WEBSITE_CONNECTORPermanently delete a website connector by its unique identifier. Use when you need to remove a website connector that is no longer needed.connector_id
STUDIO_BY_AI21_LABS_DOWNLOAD_MODIFIED_DOCUMENTTool to download a modified document from AI21 Labs Studio. Use when you need to generate and download a document with specific content and filename.content, filename
STUDIO_BY_AI21_LABS_GET_ASSISTANTTool to retrieve an assistant by its unique identifier. Use when you need to get details about a specific assistant including its configuration, tools, and settings.assistant_id
STUDIO_BY_AI21_LABS_GET_ASSISTANTS_BY_MCPTool to retrieve all assistants associated with a specific MCP (Model Context Protocol) storage configuration. Use when you need to list assistants that are connected to a particular MCP server.mcp_id
STUDIO_BY_AI21_LABS_GET_ASSISTANT_ROUTETool to retrieve details of a specific route for an AI21 Studio assistant. Use when you need to get information about a particular route configuration.assistant_id, route_id
STUDIO_BY_AI21_LABS_GET_BATCH_STATUSTool to check the status of a Fnac Aftersales parts classification batch prediction job. Use when you need to monitor the progress or retrieve results of a previously submitted batch.batch_id
STUDIO_BY_AI21_LABS_GET_DEMOTool to retrieve a demo by its unique ID. Use when you need to fetch details about a specific demo including its name, status, visibility, and configuration.demo_id
STUDIO_BY_AI21_LABS_GET_KIRSH_GRANT_METADATATool to retrieve Kirsh grant metadata by grant ID. Use when you need to fetch grant information including grant name and organization details.grant_id
STUDIO_BY_AI21_LABS_GET_LIBRARY_BATCH_STATUSTool to get the ingestion status of a library batch. Use when you need to check the processing status of documents in a batch upload.batch_id
STUDIO_BY_AI21_LABS_GET_MCP_STORAGETool to retrieve a specific MCP (Model Context Protocol) storage configuration by its unique ID. Use when you need to get details about a particular MCP server including its URL, label, authentication settings, and allowed tools.mcp_id
STUDIO_BY_AI21_LABS_GET_OUTPUT_EXPLANATIONTool to get output explanation for an execution (cached or generated). Use when you need to retrieve or regenerate the explanation for a specific execution. Set force_regenerate to true to bypass cache.execution_id
STUDIO_BY_AI21_LABS_GET_PLANTool to retrieve a specific plan from an AI21 Studio assistant. Use when you need to fetch details of a plan by its ID.assistant_id, plan_id
STUDIO_BY_AI21_LABS_GET_WEBSITE_CONNECTOR_BY_IDTool to retrieve details of a specific website connector by its ID. Use when you need to fetch information about a website connector in AI21 Studio.connector_id
STUDIO_BY_AI21_LABS_GET_WEBSITE_CONNECTOR_STATUSTool to retrieve the status of a website connector ingestion. Use when you need to check the processing status of a website that was added to AI21 Studio.website_id
STUDIO_BY_AI21_LABS_GET_WEBSITE_CONNECTOR_URL_STATUSTool to retrieve the status of a specific URL in the website connector. Use when you need to check the processing status of a URL that was previously ingested.url_id
STUDIO_BY_AI21_LABS_INGEST_WEBSITE_CONNECTORTool to ingest website content via sitemap URL in AI21 Studio. Use when you need to process and index website pages from a sitemap for RAG, grounding, or document analysis purposes.sitemap_url
STUDIO_BY_AI21_LABS_INGEST_WEBSITE_CONNECTOR_URLTool to ingest a website URL into AI21 Studio's website connector. Use when you need to add a specific URL to be processed and indexed by the website connector for RAG or grounding.url
STUDIO_BY_AI21_LABS_LIST_ASSISTANTSTool to retrieve all assistants from AI21 Studio. Use when you need to list available assistants, optionally filtered by workspace IDs.-
STUDIO_BY_AI21_LABS_LIST_CONNECTORS_WEBSITETool to retrieve website connector information from AI21 Studio. Use when you need to get details about configured website connectors.-
STUDIO_BY_AI21_LABS_LIST_DEMOSTool to retrieve all demos from AI21 Studio. Use when you need to list all available demos including their names, statuses, visibility settings, and configurations.-
STUDIO_BY_AI21_LABS_LIST_LIBRARY_FILESTool to list files in the workspace library with optional filtering. Use to retrieve file metadata, search by name/path/status/labels, or paginate through library contents.-
STUDIO_BY_AI21_LABS_LIST_MCP_STORAGETool to retrieve all MCP (Model Context Protocol) storage configurations from AI21 Studio. Use when you need to list available MCP servers and their configurations, optionally filtered by workspace ID.-
STUDIO_BY_AI21_LABS_LIST_MODELSTool to retrieve information about all available AI21 models. Use when you need to list models with their specifications, pricing, and capabilities.-
STUDIO_BY_AI21_LABS_LIST_PLANSTool to list all plans for a specific assistant. Use when you need to retrieve the plans associated with an assistant ID.assistant_id
STUDIO_BY_AI21_LABS_LIST_SECRETSTool to retrieve all secrets from AI21 Studio secret storage. Use when you need to list stored secrets and their metadata.-
STUDIO_BY_AI21_LABS_LIST_SETTINGS_MODELSTool to retrieve all workspace models by organization from AI21 Studio. Use when you need to list available models for the workspace.-
STUDIO_BY_AI21_LABS_LIST_SETTINGS_MODELS_AVAILABLETool to retrieve all available models from AI21 Studio settings. Use when you need to list models that are available for use in the workspace.-
STUDIO_BY_AI21_LABS_MODIFY_ASSISTANTTool to modify an existing AI21 Studio assistant. Use when you need to update assistant properties like name, description, models, system prompt, or configuration. At least one field must be provided to update. All fields except assistant_id are optional.assistant_id
STUDIO_BY_AI21_LABS_MODIFY_ASSISTANT_ROUTETool to modify an existing route within an assistant. Use when you need to update the description or examples of a specific route in an AI21 Studio assistant.assistant_id, route_id, description, examples
STUDIO_BY_AI21_LABS_MODIFY_PLANTool to modify an existing assistant plan in AI21 Studio. Use when you need to update the code or schemas of a plan.assistant_id, plan_id, code
STUDIO_BY_AI21_LABS_RETRY_INGEST_WEBSITETool to retry ingestion of a website in AI21 Studio. Use when a website ingestion has failed and you need to trigger another attempt to ingest the content.website_id
STUDIO_BY_AI21_LABS_RUN_ASSISTANTTool to run an AI21 Studio assistant with conversational input. Use when you need to interact with a configured AI21 assistant by providing messages and receiving responses. The assistant processes the input messages and returns a result based on its configur…assistant_id, input
STUDIO_BY_AI21_LABS_SYNC_WEBSITE_CONNECTORTool to sync a website connector in AI21 Studio. Use when you need to trigger a synchronization of website content for a specific connector.connector_id
STUDIO_BY_AI21_LABS_UPDATE_DEMOTool to update an existing demo in Studio by AI21 Labs. Use when you need to modify demo properties such as name, status, visibility, or configuration.demo_id
STUDIO_BY_AI21_LABS_UPDATE_MCP_STORAGETool to update an existing MCP (Model Context Protocol) storage configuration in AI21 Studio. Use when you need to modify the server label of an MCP storage configuration.mcp_id, server_label
STUDIO_BY_AI21_LABS_UPDATE_SECRETTool to update an existing secret in AI21 Studio. Use when you need to modify secret properties such as name or value.secret_id
STUDIO_BY_AI21_LABS_VALIDATE_PLANTool to validate Python code for an AI21 Studio assistant plan. Use when you need to verify that code is syntactically correct and executable before using it in an assistant.assistant_id, code
We love our partners - FlyMy.AI builds with the best. Thanks, Studio By Ai21 Labs!