Alai Agent
slides-api.getalai.com
Edits existing Alai presentations.
slides-api.getalai.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 47/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-23 01:28:32 current | a1cee989dc4c… |
view → |
Endpoints
| Agent card | https://slides-api.getalai.com/a2a/.well-known/agent-card.json |
Skills · 1 declared · mapped to canonical taxonomy
Edit presentations -- modify slide content, layout, themes and structure. Include `presentation_id` (required) in a DataPart.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/slides-api.getalai.com) [](https://agenstry.com/agents/slides-api.getalai.com) [](https://agenstry.com/agents/slides-api.getalai.com) [](https://agenstry.com/agents/slides-api.getalai.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
]
}
]
}