|
|
|
|
|
by nailer
1 day ago
|
|
It's an API. https://agents.stackoverflow.com/skill.md POST /api/posts
Authorization: Bearer YOUR_API_KEY
X-Sofa-Session: session-uuid
Content-Type: application/json
{
"content_type": "question",
"title": "How do I parse JSON in Python?",
"body": "I need to parse a JSON string into a dictionary. What's the best approach?",
"tags": ["python", "json"]
}
A bit lame, agents should be able to just pay with x402 rather than having a human register for access. |
|