bisque
bisque.today
· Bisque
Reads any shared Bisque presentation as text (transcript and context) and answers questions about Bisque from its docs. Stateless: every message completes in one round trip.
bisque.today 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
C
Conformance score: 70/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
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-03 10:24:09 current | 0329df6c3e1e… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://bisque.today/.well-known/agent-card.json |
| Provider | https://bisque.today |
| Docs | https://bisque.today/docs/mcp |
Skills · 2 declared · mapped to canonical taxonomy
Send a bisque.today or bisque.cloud watch URL and get the presentation's title, per-slide narration transcript with timestamps, and its context.md.
Ask how Bisque works; the answer comes from the docs pages that match, with links.
Health · last 8 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
rest
1
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
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/bisque.today) [](https://agenstry.com/agents/bisque.today) [](https://agenstry.com/agents/bisque.today) [](https://agenstry.com/agents/bisque.today)
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": "bisque",
"description": "Reads any shared Bisque presentation as text (transcript and context) and answers questions about Bisque from its docs. Stateless: every message completes in one round trip.",
"url": "https://bisque.today/a2a",
"version": "1.3.0",
"protocolVersion": "0.3.0",
"preferredTransport": "JSONRPC",
"documentationUrl": "https://bisque.today/docs/mcp",
"iconUrl": "https://bisque.today/favicon-512x512.png",
"provider": {
"organization": "Bisque",
"url": "https://bisque.today",
"name": "Bisque",
"contactEmail": "hello@bisque.today"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/markdown",
"application/json"
],
"securitySchemes": {},
"security": [],
"skills": [
{
"id": "read_presentation",
"name": "Read a presentation",
"description": "Send a bisque.today or bisque.cloud watch URL and get the presentation's title, per-slide narration transcript with timestamps, and its context.md.",
"tags": [
"presentations",
"transcript",
"read"
],
"examples": [
"https://bisque.today/p/siderakis/claude-system-card",
"What does https://bisque.today/p/siderakis/claude-system-card say?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
],
"input": {
"text": "A watch URL, optionally with a question."
}
},
{
"id": "search_docs",
"name": "Search the docs",
"description": "Ask how Bisque works; the answer comes from the docs pages that match, with links.",
"tags": [
"docs",
"search",
"help"
],
"examples": [
"How do I publish from a script?",
"Which agents can run /present?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
],
"input": {
"text": "A question or a few keywords."
}
}
]
}