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.
D
Conformance score: 52/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-07-02 18:42:46 current | b8c0155172b5… |
view → |
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 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/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://api.filepad.ai/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0.0"
},
{
"url": "https://api.filepad.ai/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://api.filepad.ai/oauth/authorize",
"tokenUrl": "https://api.filepad.ai/oauth/token",
"scopes": {
"actions:invoke": "Invoke FilepadAI to execute tasks",
"artifacts:write": "Create and edit workspace artifacts",
"env:read": "Read workspace structure"
}
}
},
"oauth2MetadataUrl": "https://api.filepad.ai/.well-known/oauth-authorization-server"
}
},
"security": [
{
"filepadOAuth": [
"actions:invoke"
]
}
]
}