← Back to search
45
Partial
Agentic Readiness Score
ai-tools llms-txtopenapiapistorageanalyticsai

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 45/100

            

llms.txt Content

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" /> <title>Prismism — Shareable links for any file</title> <meta name="description" content="Upload any file via API. Get a beautiful hosted viewer with built-in analytics and gating. API-first document delivery for developers and AI agents." /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://prismism.dev/" /> <meta property="og:title" content="Prismism — Shareable links for any file" /> <meta property="og:description" content="Upload any file via API. Get a beautiful hosted viewer with built-in analytics and gating. API-first document delivery." /> <meta property="og:image" content="https://prismism.dev/og-image.png" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="675" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Prismism — Shareable links for any file" /> <meta name="twitter:description" content="Upload any file via API. Get a beautiful hosted viewer with built-in analytics and gating. API-first document delivery." /> <meta name="twitter:image" content="https://prismism.dev/og-image.png" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="manifest" href="/site.webmanifest"> <meta name="theme-color" content="#ffffff"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Int

OpenAPI Spec (preview)

openapi: 3.0.3 info: title: Prismism API version: 1.0.0 description: | Upload any file. Get a shareable link with built-in analytics and gating. API-first document delivery — built for AI agents. ## Authentication All `/v1/` endpoints (except auth) require an API key via the `x-api-key` header. ``` x-api-key: pal_your_key_here ``` Get a key by creating an account via `POST /v1/auth/register` — the API key is returned once in the registration resp