live · AI Agents & Fintech · JSON · API for agents
Get the three core capabilities of the Sei AI platform: voice agents, document intelligence, and call monitoring & compliance. Use this to answer questions about what Sei does.
{
"name": "get_platform_capabilities",
"kind": "read",
"impl": "imperative",
"description": "Get the three core capabilities of the Sei AI platform: voice agents, document intelligence, and call monitoring & compliance. Use this to answer questions about what Sei does.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Get detailed information about a specific Sei platform capability by its ID.
{
"name": "get_capability_details",
"kind": "read",
"impl": "imperative",
"description": "Get detailed information about a specific Sei platform capability by its ID.",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Capability ID: voice-agents, document-intelligence, or call-monitoring",
"enum": [
"voice-agents",
"document-intelligence",
"call-monitoring"
]
}
},
"required": [
"id"
]
},
"page": "/"
}Get all Sei AI customer success stories with results and links. Includes mortgage lenders, banks, and fintechs.
{
"name": "get_case_studies",
"kind": "read",
"impl": "imperative",
"description": "Get all Sei AI customer success stories with results and links. Includes mortgage lenders, banks, and fintechs.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Get Sei AI security certifications, compliance posture, and the financial regulations the platform is trained on.
{
"name": "get_security_info",
"kind": "read",
"impl": "imperative",
"description": "Get Sei AI security certifications, compliance posture, and the financial regulations the platform is trained on.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Get key information about Sei AI: who they are, what they build, founding team, and how to contact them.
{
"name": "get_company_info",
"kind": "read",
"impl": "imperative",
"description": "Get key information about Sei AI: who they are, what they build, founding team, and how to contact them.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Book a personalised demo of Sei AI's compliant AI agents for your financial institution. Provide your name, company, email, and the topics you'd like to cover.
{
"name": "book_demo",
"kind": "action",
"impl": "declarative",
"description": "Book a personalised demo of Sei AI's compliant AI agents for your financial institution. Provide your name, company, email, and the topics you'd like to cover.",
"inputSchema": {
"type": "object",
"properties": {
"fullName": {
"type": "string",
"description": "Full Name"
},
"companyName": {
"type": "string",
"description": "Company Name"
},
"email": {
"type": "string",
"description": "[email protected]"
},
"cf-turnstile-response": {
"type": "string"
}
}
},
"page": "/"
}