Filepad
api.filepad.ai
· Filepad
Governed multi-agent workspace. Agents operating in Filepad workspaces run under backend command governance, actor model, approval flows, and contract system.
api.filepad.ai 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.
Raw error
HTTP 503
D
Conformance score: 58/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
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.
Endpoints
| Agent card | https://api.filepad.ai/.well-known/agent-card.json |
| Provider | https://filepad.com |
Skills · 1 declared · mapped to canonical taxonomy
Execute a natural language task inside a Filepad workspace. FilepadAI runs the task using workspace artifacts, notes, sheets, and files as context. Supports app…
Health · last 30 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/api.filepad.ai) [](https://agenstry.com/agents/api.filepad.ai) [](https://agenstry.com/agents/api.filepad.ai) [](https://agenstry.com/agents/api.filepad.ai)
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": "Filepad",
"description": "Governed multi-agent workspace. Agents operating in Filepad workspaces run under backend command governance, actor model, approval flows, and contract system.",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://filepad-agent-gateway-aixv33upuq-uc.a.run.app/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0.0"
},
{
"url": "https://filepad-agent-gateway-aixv33upuq-uc.a.run.app/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "0.3.0"
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "execute_task",
"name": "Execute Task",
"description": "Execute a natural language task inside a Filepad workspace. FilepadAI runs the task using workspace artifacts, notes, sheets, and files as context. Supports approval gates.",
"tags": [
"workspace",
"agent",
"filepad"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
],
"security": [
{
"filepadOAuth": [
"actions:invoke",
"artifacts:write"
]
}
]
}
],
"provider": {
"organization": "Filepad",
"url": "https://filepad.com"
},
"securitySchemes": {
"filepadOAuth": {
"type": "oauth2",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://filepad-agent-gateway-aixv33upuq-uc.a.run.app/oauth/authorize",
"tokenUrl": "https://filepad-agent-gateway-aixv33upuq-uc.a.run.app/oauth/token",
"scopes": {
"actions:invoke": "Invoke FilepadAI to execute tasks",
"artifacts:write": "Create and edit workspace artifacts",
"env:read": "Read workspace structure"
}
}
},
"oauth2MetadataUrl": "https://filepad-agent-gateway-aixv33upuq-uc.a.run.app/.well-known/oauth-authorization-server"
}
},
"security": [
{
"filepadOAuth": [
"actions:invoke"
]
}
]
}