janux-app
janux.build
The fullstack framework for the Agentic Web. One component, two faces: a live view for humans, typed MCP tools & resources for AI agents.
janux.build 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: 74/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-08-06 14:00:59 current | 73612631b24d… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://janux.build/.well-known/agent-card.json |
Skills · 3 declared · mapped to canonical taxonomy
Full-text search across the documentation. Returns ranked pages with a snippet.
Read one documentation page as markdown, by section and slug
List all documentation pages (section, slug, title, description)
Health · last 21 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/janux.build) [](https://agenstry.com/agents/janux.build) [](https://agenstry.com/agents/janux.build) [](https://agenstry.com/agents/janux.build)
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": "janux-app",
"description": "The fullstack framework for the Agentic Web. One component, two faces: a live view for humans, typed MCP tools & resources for AI agents.",
"version": "1",
"supportedInterfaces": [
{
"url": "https://janux.build/_janux/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false,
"extensions": [
{
"uri": "https://janux.build/a2a/tool-invocation/v1",
"description": "Send one message whose single DataPart is {\"skill\": <skill id>, \"input\": <object>}. For a skill tagged \"tool\", `params.schemas[id]` is the JSON Schema its input is validated against, and a skill tagged \"confirm\" answers with an input-required task carrying a proposal a human settles. A skill tagged \"procedure\" takes no input and answers with its markdown body.",
"required": true,
"params": {
"schemas": {
"docs.searchDocs": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2
}
},
"required": [
"query"
],
"additionalProperties": false
},
"docs.readDoc": {
"type": "object",
"properties": {
"section": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"required": [
"section",
"slug"
],
"additionalProperties": false
},
"docs.listDocs": {
"type": "object",
"properties": {}
}
}
}
}
]
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "docs.searchDocs",
"name": "docs.searchDocs",
"description": "Full-text search across the documentation. Returns ranked pages with a snippet.",
"tags": [
"tool",
"auto"
]
},
{
"id": "docs.readDoc",
"name": "docs.readDoc",
"description": "Read one documentation page as markdown, by section and slug",
"tags": [
"tool",
"auto"
]
},
{
"id": "docs.listDocs",
"name": "docs.listDocs",
"description": "List all documentation pages (section, slug, title, description)",
"tags": [
"tool",
"auto"
]
}
]
}