RagSphere
ragsphere.vercel.app
· RagSphere Team
Secure RAG agent for PDF, Excel, and YouTube analysis with rate limiting and API key protection.
ragsphere.vercel.app 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.
C
Conformance score: 62/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 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-05-15 00:29:58 current | 2574d02b62e1… |
view → |
Endpoints
| Agent card | https://ragsphere.vercel.app/.well-known/agent-card.json |
| Provider | https://ragsphere.vercel.app |
Skills · 2 declared · mapped to canonical taxonomy
Upload and process PDF, Excel, or YouTube links for indexing and retrieval.
Query your processed documents using semantic search and knowledge graphs.
Health · last 30 probes
Who's calling this agent 30d
5 interactions captured (impressions + lookups + A2A calls)
unknown
5
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
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/ragsphere.vercel.app) [](https://agenstry.com/agents/ragsphere.vercel.app) [](https://agenstry.com/agents/ragsphere.vercel.app) [](https://agenstry.com/agents/ragsphere.vercel.app)
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": "RagSphere",
"description": "Secure RAG agent for PDF, Excel, and YouTube analysis with rate limiting and API key protection.",
"url": "https://ragsphere.vercel.app/api/a2a/tasks",
"version": "1.0.0",
"protocolVersion": "0.3.0",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "RagSphere Team",
"url": "https://ragsphere.vercel.app"
},
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"securitySchemes": {
"ApiKey": {
"type": "apiKey",
"name": "x-a2a-key",
"in": "header"
}
},
"security": [
{
"ApiKey": []
}
],
"skills": [
{
"id": "ingest",
"name": "Document Ingestion",
"description": "Upload and process PDF, Excel, or YouTube links for indexing and retrieval.",
"tags": [
"ingest",
"processing",
"upload"
],
"examples": [
"Process this PDF: https://example.com/doc.pdf"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
],
"input": {
"type": "object",
"properties": {
"source_url": {
"type": "string",
"description": "The URL of the document or YouTube video."
}
},
"required": [
"source_url"
]
}
},
{
"id": "query",
"name": "RAG Query",
"description": "Query your processed documents using semantic search and knowledge graphs.",
"tags": [
"query",
"search",
"rag"
],
"examples": [
"What are the key findings in the financial report?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
],
"input": {
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "The question to ask."
},
"document_id": {
"type": "string",
"description": "The ID of the document (returned from ingest)."
},
"use_web_search": {
"type": "boolean",
"description": "Whether to use live web search for the answer."
}
},
"required": [
"question",
"document_id"
]
}
}
]
}