Public Integrations that require additional configuration are available by default in all Projects.
Before you can use them in an Agent, you must complete the required configuration in the Integrations Dashboard. This setup may include:
Tool Parameters can be completed directly from the AI & Tools Tab of an Agent when you add the Tool. In those cases, the required fields are displayed in the Tool configuration panel.
If the required configuration has not been completed, the Tool will not function correctly, and the Agent cannot be tested or published until all mandatory values are defined.
The following Public Integrations require configuration.
Executes and interprets Python code snippets, providing immediate feedback on execution results or errors.
- com.globant.geai.code_interpreter
For detailed configuration steps, see Code Interpreter Integration.
Sends emails using standard SMTP server:
- com.globant.geai.send_email_smtp: Sends an email using a standard SMTP server to one or more recipients.
This Tool accepts recipient addresses, subject, and message body as input, and automatically generates and attaches a PDF file created from Markdown content.
For detailed configuration steps, see Email Integration.
Sends emails using Gmail API (OAuth 2.0).
- com.globant.geai.send_email_gmail: Sends an email using the Gmail API to one or more recipients.
This Tool accepts recipient addresses, subject, and message body as input, and automatically generates and attaches a PDF file created from Markdown content.
For detailed configuration steps, see Email (User Consent) Integration.
Searches web pages, retrieves result snippets, and extracts content in multiple formats such as markdown, HTML, links, screenshots, or PDF files.
- com.globant.geai.firecrawl.web_scraper: Extracts content from a given web page in the specified format (e.g., markdown, HTML, links, screenshots, or PDF).
- com.globant.geai.firecrawl.web_search: Searches the web and returns short text snippets from the top results.
For detailed configuration steps, see Firecrawl Integration.
Creates and interacts with Google Docs and uploads images to Google Drive using a service Account.
- com.globant.geai.gdrive.create_pdf: Creates a new PDF document directly within Google Drive.
- com.globant.geai.gdrive.create_ppt: Creates a new presentation in Google Slides and saves it to Google Drive.
- com.globant.geai.gdrive.create_doc: Creates a new Google Docs document with specified content.
- com.globant.geai.gdrive.fill_blanks: Fills out templates by replacing blank fields or marked keywords with given values.
- com.globant.geai.gdrive_read_doc: Reads and extracts text from an existing Google Docs document.
- com.globant.geai.gdrive_upload_image: Uploads an image to Google Drive.
For detailed configuration steps, see Google Drive (Service Account) Integration.
Creates and interacts with Google Docs and uploads images to Google Drive using your personal Google account.
- com.globant.geai.gdrive.v2.create_docs: Creates a new Google Docs document with specified content.
- com.globant.geai.gdrive.v2.create_pdf: Creates a new PDF document directly within Google Drive.
- com.globant.geai.gdrive.v2.create_ppt: Creates a new presentation in Google Slides and saves it to Google Drive.
- com.globant.geai.gdrive.v2.fill_blanks_google_docs: Fills out templates by replacing blank fields or marked keywords with given values.
- com.globant.geai.gdrive.v2.read_google_docs: Reads and extracts text from an existing Google Docs document.
- com.globant.geai.gdrive.v2.upload_image: Uploads an image to Google Drive.
For detailed configuration steps, see Google Drive (User Consent) Integration.
Creates and manages Jira tickets within Jira Cloud projects.
- com.globant.geai.jira_create_ticket: Creates a new ticket (issue) in a specified Jira project with the required summary, description, and priority level.
- com.globant.geai.jira_get_ticket: Retrieves detailed information and current status for a specific ticket (issue) within a Jira project.
- com.globant.geai.jira_update_ticket: Updates the status, priority, or descriptive fields of an existing ticket (issue) in a Jira project.
For detailed configuration steps, see Jira Atlassian Integration.
Performs searches across Google engines such as Google, Google Maps, Google News, Google Images, Google Videos, and Google Scholar.
- com.globant.geai.serpapi_google_search
For detailed configuration steps, see SerpAPI Web Integration.
Creates documents, uploads images, and manages files in SharePoint.
- com.globant.geai.sharepoint_create_word: Creates a new Word document and stores it in the specified SharePoint folder.
- com.globant.geai.sharepoint_create_ppt: Creates a new PowerPoint presentation and stores it in the specified SharePoint folder.
- com.globant.geai.sharepoint_create_pdf: Creates a new PDF document and stores it in the specified SharePoint folder.
- com.globant.geai.sharepoint_upload_image: Uploads an image file to a designated folder in SharePoint.
- com.globant.geai.sharepoint_read_file: Reads and retrieves the content of a specific file stored in SharePoint.
- com.globant.geai.sharepoint_list_files: Lists all files and documents contained within a specified SharePoint folder.
For detailed configuration steps, see SharePoint (User Consent) Integration.
Searches the Internet for real-time information such as current news, events, and publicly available data.
com.globant.geai.web_search: Useful for accessing current news, discovering events, finding local information, researching topics, and more. It is recommended to use it in conjunction with com.globant.geai.web_scraper_httpx.
For detailed configuration steps, see Web Search Integration.