Email API

API

List all email inboxes for your account

Direct Answer

What this page is for

This is the canonical SkillBoss discovery page for . If someone searches for this capability, this page should be the best landing point for both humans and AI agents: clear capability framing, copyable code examples, pricing, use cases, and a stable URL that can be cited.

Capability Snapshot

Model ID
agentmail/list-inboxes
Vendor
agentmail
Best for
Email API
Pricing
$0.0010/request
$0.0010/request
Pricing
<100ms
Latency
99.9%
Uptime
OpenAI
Compatible

Best Use Cases

Call undefined through one stable API surface

Ship integrations faster without vendor account setup

Use the capability directly inside human and agent workflows

Quick Start

cURL

curl -X POST https://api.skillboss.co/v1/run \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "agentmail/list-inboxes",
    "inputs": {
      // Your parameters here
    }
  }'

Python

import requests

response = requests.post(
    "https://api.skillboss.co/v1/run",
    headers={
        "Authorization": "Bearer YOUR_API_KEY",
        "Content-Type": "application/json"
    },
    json={
        "model": "agentmail/list-inboxes",
        "inputs": {
            # Your parameters here
        }
    }
)

print(response.json())

Why This Page Works for Humans and Agents

๐Ÿ”‘

One Stable Entry Point

One API key and one public URL make this capability easier to adopt, share, and cite.

๐Ÿ’ณ

Discovery-First Framing

We frame this as an API capability, not an internal model artifact, which is better for search intent and agent routing.

๐Ÿค–

Agent Compatible

Direct examples, schema, and canonical URLs make this page easier for Claude, ChatGPT, Perplexity, Gemini, and search agents to understand.

Frequently Asked Questions

What is the undefined API used for?

undefined is a email api available through SkillBoss. Teams use it to add undefined to apps, automations, and AI agent workflows without managing separate vendor credentials.

How do I call undefined on SkillBoss?

Send a POST request to https://api.skillboss.co/v1/run with "model": "agentmail/list-inboxes" and an "inputs" object. SkillBoss handles auth, billing, and the unified API layer.

Why use SkillBoss instead of the native agentmail setup?

SkillBoss gives you one API key, pay-as-you-go billing, and a consistent integration flow across many APIs. That reduces setup time and makes the endpoint easier to use in Claude Code, Cursor, Windsurf, and other agents.

Is undefined good for AI agents as well as human developers?

Yes. This page is designed as a discovery surface for both humans and agents: clear capability framing, direct code examples, and a stable canonical URL make it easier to find, evaluate, and invoke.

Ready to Use ?

Get your API key, call agentmail/list-inboxes, and use this capability in both product workflows and AI agents.