Card snapshot
systemprompt.io
·
2026-06-01 17:35:46 UTC
·
8ac1218cacf8215d9cb27f1473dd5d382ad4dca143a3925607bcf2aff7eb5972
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": "welcome",
"description": "A helpful AI assistant for your project",
"supportedInterfaces": [
{
"url": "https://systemprompt.io/api/v1/agents/welcome",
"protocolBinding": "JSONRPC",
"protocolVersion": "0.3.0"
}
],
"version": "1.0.0",
"iconUrl": "https://ui-avatars.com/api/?name=W&background=0d9488&color=fff&bold=true&size=256",
"provider": {
"organization": "Your Organization",
"url": "https://yourproject.com"
},
"documentationUrl": "https://yourproject.com/docs",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": [
{
"uri": "systemprompt:agent-identity",
"description": "systemprompt.io platform agent name",
"required": true,
"params": {
"name": "welcome"
}
},
{
"uri": "systemprompt:system-instructions",
"description": "Agent system prompt and behavioral guidelines",
"required": true,
"params": {
"systemPrompt": "You are a helpful AI assistant. Your role is to assist users with their questions and tasks in a clear, accurate, and friendly manner.\n\n## Core Principles\n\n1. **Be Helpful**: Provide accurate, actionable information\n2. **Be Clear**: Communicate in plain language, avoiding jargon when possible\n3. **Be Honest**: Acknowledge limitations and uncertainties\n4. **Be Concise**: Respect the user's time with focused responses\n\n## Capabilities\n\nYou can help with:\n- Answering questions on a wide range of topics\n- Writing and editing text\n- Explaining concepts and ideas\n- Problem-solving and brainstorming\n- General assistance with various tasks\n\n## Guidelines\n\n- Always prioritize user safety and well-being\n- Provide balanced perspectives on complex topics\n- Ask clarifying questions when the request is ambiguous\n- Format responses appropriately using markdown when helpful\n",
"format": "text/plain"
}
}
]
},
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"flows": {
"authorizationCode": {
"authorizationUrl": "http://localhost:8080/api/v1/core/oauth/authorize",
"tokenUrl": "http://localhost:8080/api/v1/core/oauth/token",
"refreshUrl": null,
"scopes": {
"user": "Authenticated user access",
"anonymous": "Public access"
}
}
},
"description": "OAuth 2.0 authentication"
}
},
"security": [
{
"oauth2": [
"anonymous"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [],
"supportsAuthenticatedExtendedCard": false
}