Card snapshot
platform.aioproductos.com
·
2026-07-11 05:05:14 UTC
·
3235fabe2dfb7964706947771d2a0cab50ec4a5cbb48a222240df21cac7d7359
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "AIOProductOS",
"description": "The product operating system as an agent: one record per customer joins revenue, behaviour, feedback, and work. Grounds product decisions in the real spine \u2014 then files the work.",
"url": "https://platform.aioproductos.com/api/mcp",
"provider": {
"organization": "AIOProductOS",
"url": "https://aioproductos.com"
},
"version": "0.1.0",
"documentationUrl": "https://aioproductos.com/llms.txt",
"privacyPolicyUrl": "https://platform.aioproductos.com/privacy",
"termsOfServiceUrl": "https://aioproductos.com/terms",
"protocols": {
"mcp": {
"url": "https://platform.aioproductos.com/api/mcp",
"transport": "streamable-http"
}
},
"mcpServers": [
{
"name": "aioproductos",
"endpoint": "https://platform.aioproductos.com/api/mcp",
"transport": "streamable-http",
"auth": "oauth2",
"description": "The full connector \u2014 OAuth 2.1, scoped to your own org, 30 tools (read + write)."
},
{
"name": "aioproductos-demo",
"endpoint": "https://platform.aioproductos.com/api/mcp/demo",
"transport": "streamable-http",
"auth": "bearer",
"description": "Read-only demo against the Brightline showcase org \u2014 no signup. The bearer token is published in the directory listing."
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://platform.aioproductos.com/oauth/authorize",
"tokenUrl": "https://platform.aioproductos.com/api/oauth/token",
"scopes": {
"mcp": "Read the spine and file work on behalf of the connecting member's org."
}
}
}
}
},
"security": [
{
"oauth2": [
"mcp"
]
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "product-brain",
"name": "Product brain",
"description": "A grounded snapshot of the product: revenue + top accounts, web + product analytics, features, recent customer signals, and open work.",
"tags": [
"product",
"analytics",
"grounding"
],
"examples": [
"What's going on with the product this week?",
"Which accounts are at risk?"
]
},
{
"id": "revenue-analytics",
"name": "Revenue-weighted analytics",
"description": "NPS and NRR weighted by account MRR, conversion funnels, cohort retention, and journey paths \u2014 money sits on the same record as the behaviour.",
"tags": [
"nps",
"nrr",
"retention",
"funnels"
],
"examples": [
"Show NRR vs logo retention",
"Which detractors are worth the most MRR?"
]
},
{
"id": "voice-of-customer",
"name": "Voice of customer",
"description": "Search the insight backlog, read the support inbox, and capture new feedback onto the spine linked to the account and feature.",
"tags": [
"insights",
"feedback",
"support"
],
"examples": [
"Find feedback about SSO",
"Capture this as an opportunity on the billing feature"
]
},
{
"id": "delivery",
"name": "Delivery & strategy",
"description": "Read and write the PM board (tasks, comments), and read features, OKRs, experiments, releases, sprints, Pages, and the codebase map.",
"tags": [
"board",
"okrs",
"roadmap",
"releases"
],
"examples": [
"Open a task for the SSO request linked to that feature",
"What did we ship recently against our objectives?"
]
}
]
}