Skip to main content

Extend Your Agents’ Capabilities

Atthene Agents Studio will be integrating with a lot of external services to give your agents real-world capabilities. Connect to APIs, databases, cloud storage, and third-party platforms to build agents that can actually get things done.

What You Can Connect

REST APIs

Call any HTTP endpoint

File Upload

Local document storage

Integration Patterns

Read Data

Agents can search, retrieve, and analyze data from connected services.Examples: Search Google Drive, read Jira tickets, fetch customer records
Agents can create, update, and manage content in external platforms.Examples: Create Jira tickets, update spreadsheets, send emails
Agents can trigger workflows and perform operations in connected tools.Examples: Deploy code, send notifications, schedule meetings

Authentication & Security

OAuth 2.0

Secure user authentication for cloud services

API Keys

Token-based authentication for programmatic access

Encrypted Storage

Credentials stored securely and never exposed

Permission Scopes

Fine-grained control over what agents can access
Never hardcode credentials in your agent configurations. Always use the secure credential storage provided by the platform.

What Integration Looks Like

Once connected, agents can interact with services naturally:
agents:
  - name: "ticket_manager"
    tools:
      - type: "jira"
        actions: ["create_issue", "search_issues", "update_issue"]
        auth_ref: "jira_oauth"
    
    instructions: |
      When a user reports a bug, create a Jira ticket with:
      - Title from the user's description
      - Priority based on severity keywords
      - Assign to the appropriate team
Agents handle authentication, API calls, and error handling automatically.

Request Your Integration

We’re prioritizing integrations based on closed beta feedback. If a service isn’t listed, tell us about it.

Help Us Prioritize

Email: [email protected]
Subject: “Integration Request: [Service Name]”Include:
  • Which service you need
  • What you want agents to do with it
  • How critical it is for your use case
  • Expected usage volume

Custom Integrations

Need to connect to an internal API or proprietary system?

REST API Tool

Available Now: Connect to any HTTP endpoint with custom headers, authentication, and request formatting.

Custom Tools SDK

Coming in v0.2: Build your own tool integrations with our SDK and share them with your team.

Model Context Protocol (MCP)

Coming in v0.2: Industry-standard tool definitions for maximum compatibility
We’re adding support for the Model Context Protocol, which means:
1

Standard Format

Use MCP-compliant tool definitions across platforms
2

Community Tools

Access tools built by the MCP community
3

Easy Creation

Build custom tools faster with standard templates
4

Cross-Platform

Tools work seamlessly across MCP-compatible systems

Already Using These Services?