Direct Answer
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
Call undefined through one stable API surface
Ship integrations faster without vendor account setup
Use the capability directly inside human and agent workflows
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
}
}'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())One API key and one public URL make this capability easier to adopt, share, and cite.
We frame this as an API capability, not an internal model artifact, which is better for search intent and agent routing.
Direct examples, schema, and canonical URLs make this page easier for Claude, ChatGPT, Perplexity, Gemini, and search agents to understand.
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.
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.
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.
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.
Get your API key, call agentmail/list-inboxes, and use this capability in both product workflows and AI agents.