Integrations

Connect your agents to everything.

Every agent comes armed with built-in tools for search, communication, code and documents — plus triggers for your stack and your choice of model behind every agent, per agent.

40 integrations

tool

Google Search

google_search

Ground agent answers in live Google results with source attribution.

Search & Web
tool

Web Search

web_search

General-purpose web search for research and fact-finding steps.

Search & Web
tool

Tavily Search

tavily_search

Research-grade search API tuned for AI agents and deep dives.

Search & Web
tool

Read Webpage

read_webpage

Fetch any page and hand its readable content to the agent.

Search & Web
tool

URL Context

url_context

Let the model read a URL directly as grounding context.

Search & Web
tool

HTTP Request

http_request

Call any REST API with custom headers, auth and JSON bodies.

Search & Web
tool

Slack

slack_send_message

Post messages, reports and generated files to channels and threads.

Communication
tool

Email

send_email

Send rich, formatted email with attachments from any workflow.

Communication
tool

Microsoft Teams

teams_send_channel_message

Post updates and results into Teams channels your team lives in.

Communication
tool

Teams Chat

teams_send_chat_message

Message people or group chats directly from an agent.

Communication
tool

Outlook Calendar

calendar_create_event

Create events with attendees, agendas and online-meeting links.

Microsoft 365
tool

OneDrive Search

onedrive_search

Find documents across drives to feed into a pipeline.

Microsoft 365
tool

OneDrive Files

onedrive_create_file

Save generated reports and artifacts straight into OneDrive.

Microsoft 365
tool

OneNote

onenote_create_page

Write structured pages — meeting notes, briefs, summaries.

Microsoft 365
tool

Code Execution

code_execution

Sandboxed Python for real work: crunch data, render charts, build PDFs.

Developer & Data
tool

GitHub

github_create_issue

File issues from agent findings, complete with labels and context.

Developer & Data
tool

Notion

notion_create_page

Publish structured pages into your team’s Notion workspace.

Developer & Data
tool

JSON Extract

json_extract

Pull typed values out of messy JSON without prompt gymnastics.

Developer & Data
tool

Calculate

calculate

Deterministic math — no LLM arithmetic where cents matter.

Developer & Data
tool

Document Extraction

document_extraction

Field-level structured data from any document, schema-first.

Documents & Knowledge
tool

Document Classification

document_classification

Route incoming documents by type before they hit a pipeline.

Documents & Knowledge
tool

Knowledge Search

knowledge_search

Vector search over your indexed corpora for grounded answers.

Documents & Knowledge
tool

Agent Memory

Persistent memory per agent and workflow — context that survives runs.

Documents & Knowledge
tool

Your Doc-AI Endpoints

platform_service

Every Document AI endpoint you publish becomes a callable agent tool.

Documents & Knowledge
tool

Image Generation

Imagen 4 renders images inside workflows; outputs land in your storage.

Generative Media
tool

Image Overlay

image_overlay

Composite logos, labels and stamps onto generated images.

Generative Media
tool

Video Generation

Veo 3.1 turns briefs into short-form video, right in the pipeline.

Generative Media
tool

Speech & TTS

Native audio understanding and text-to-speech for voice workflows.

Generative Media
tool

Human Input

request_human_input

Pause the workflow and ask a person before the agent acts.

Human-in-the-loop
tool

Review Dashboard

Low-confidence extractions queue for human sign-off with AI auto-correct.

Human-in-the-loop
tool

Exit Loop

exit_loop

Break agent loops deterministically when a condition is met.

Human-in-the-loop
tool

Date & Time

get_current_datetime

Timezone-aware clock so schedules and reports never drift.

Human-in-the-loop
trigger

REST API

Run any workflow with a single authenticated POST from your stack.

Triggers
trigger

Cron Schedules

Timezone-aware recurring runs — daily digests, weekly audits.

Triggers
trigger

Webhooks

Inbound webhooks start workflows; outbound ones deliver structured results.

Triggers
trigger

Slack Trigger

Drop a photo and a message in a channel — files come back in-thread.

Triggers
model

Google Gemini

Platform-managed Gemini 3.5 / 2.5 / 2.0 — works out of the box.

AI Models
model

OpenAI

GPT-5, GPT-4.1, GPT-4o and o3 with your own API key.

AI Models
model

Anthropic Claude

Opus, Sonnet and Haiku with your own API key.

AI Models
model

Local Models

Open-weight models served on your own hardware — no API key at all.

AI Models
No node? No problem

If it has an API, agents can reach it.

The catalog is where the paved road ends — not where the platform does. Three escape hatches cover everything else.

http_request

Call any REST API

Custom headers, auth and JSON bodies — wire agents to internal systems and any SaaS with an endpoint, no connector required.

platform_service

Your endpoints as tools

Every Document AI endpoint you publish becomes a first-class tool your agents can call — with its parameters documented for the model automatically.

MCP

Speak the open protocol

Aucterra ships an open-source MCP server, and AIS document intelligence plugs into Claude, Cursor or any MCP client.

aucterra-mcp on GitHub
any API, one tool
# an agent reaching an internal system — no connector needed
tool_call · http_request
  method: POST · url: https://erp.internal/api/postings
  body: { "invoice_no": "INV-2049", "total": 12480.50 }
✓ 201 created — posting confirmed, run continues

Wire it all together — free.

Every tool, trigger and model on this page is available on the free tier. Point an agent at your stack and watch it work.