Back to Alai Agent
Card snapshot
slides-api.getalai.com
·
2026-05-23 01:28:32 UTC
·
a1cee989dc4c91fbb0658b8f2038b1e61c312555fff708d7eb85a426a5550afd
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Alai Agent",
"description": "Edits existing Alai presentations.",
"supportedInterfaces": [
{
"url": "https://alai-standalone-backend.getalai.com/a2a",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": false
},
"securitySchemes": {
"Bearer": {
"httpAuthSecurityScheme": {
"description": "Alai API key (sk_...).",
"scheme": "bearer"
}
}
},
"securityRequirements": [
{
"schemes": {
"Bearer": {}
}
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "manage_presentation",
"name": "Manage Presentation",
"description": "Edit presentations -- modify slide content, layout, themes and structure. Include `presentation_id` (required) in a DataPart.",
"tags": [
"alai",
"presentation",
"slides",
"editing"
],
"examples": [
"Make the title on slide 3 bigger",
"Change the theme to dark blue",
"Add a chart on slide 2 showing monthly growth"
]
}
]
}