AI SENSE
aisenseapi.com
Public workflow tasks for AI agents: wake on an outside event, ask a person to decide, receive email at a disposable address, and capture one inbound request. No account, no API key and no sign up. Every task lasts at most 24 hours. Possession of the task id is the only credential, so treat it as a secret.
aisenseapi.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.
Dispute or improve this rating
D
Conformance score: 59/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 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. 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-09-19 00:04:21 current | a6a9fe71d6f7… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://aisenseapi.com/.well-known/agent-card.json |
| Docs | https://aisense.no/free-public-apis |
Skills · 5 declared · mapped to canonical taxonomy
Create a durable task that stays open until a webhook arrives, a person answers, or a chosen time passes. The task reports working, then input_required when it …
Create a hosted form for one person or for a group of up to twenty, each with a separate link. The task reaches input_required with the form URL, and completes …
Create a mail address that lives at most 24 hours, to receive a verification code, a confirmation link or a sign-up message. The address is public by constructi…
Create a URL and wait for the first request sent to it, then report the method, headers and body. Use it to see what a provider actually sends. The first reques…
Create a pull queue that cooperating agents share for at most 24 hours. Producers add JSON jobs under a key that makes a resend harmless, workers claim one at a…
Health · last 1 probes
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/aisenseapi.com) [](https://agenstry.com/agents/aisenseapi.com) [](https://agenstry.com/agents/aisenseapi.com) [](https://agenstry.com/agents/aisenseapi.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
{
"protocolVersion": "1.0",
"name": "AI SENSE",
"description": "Public workflow tasks for AI agents: wake on an outside event, ask a person to decide, receive email at a disposable address, and capture one inbound request. No account, no API key and no sign up. Every task lasts at most 24 hours. Possession of the task id is the only credential, so treat it as a secret.",
"version": "1.0.0",
"documentationUrl": "https://aisense.no/free-public-apis",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://aisenseapi.com/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "agent-wake",
"name": "Wake on an outside event",
"description": "Create a durable task that stays open until a webhook arrives, a person answers, or a chosen time passes. The task reports working, then input_required when it is waiting on a person, then a terminal state. Lasts at most 24 hours.",
"tags": [
"task",
"webhook",
"human-in-the-loop",
"scheduling"
]
},
{
"id": "human-approval",
"name": "Ask a person to decide",
"description": "Create a hosted form for one person or for a group of up to twenty, each with a separate link. The task reaches input_required with the form URL, and completes when the answers arrive. Use it before an irreversible or costly step.",
"tags": [
"task",
"approval",
"human-in-the-loop"
]
},
{
"id": "agent-inbox",
"name": "Receive email at a disposable address",
"description": "Create a mail address that lives at most 24 hours, to receive a verification code, a confirmation link or a sign-up message. The address is public by construction. A separate secret reads the mail, and the task completes when a message arrives.",
"tags": [
"task",
"email",
"verification"
]
},
{
"id": "webhook-capture",
"name": "Capture one inbound HTTP request",
"description": "Create a URL and wait for the first request sent to it, then report the method, headers and body. Use it to see what a provider actually sends. The first request wins and a retry cannot replace it.",
"tags": [
"task",
"webhook",
"debugging"
]
},
{
"id": "agent-queue",
"name": "Hand work to other agents",
"description": "Create a pull queue that cooperating agents share for at most 24 hours. Producers add JSON jobs under a key that makes a resend harmless, workers claim one at a time under a lease, and a job whose worker goes quiet returns to the queue for someone else. Returns separate read, write and worker tokens once, so each agent can be given only the role it needs. At most 100 jobs, 16 KiB per payload and 5 claims per job. The server does not execute jobs.",
"tags": [
"task",
"queue",
"coordination",
"multi-agent"
]
}
]
}