Rapid Agent Prototyping Platform
For AI agents:
curl -s https://kody-w.github.io/openrapp/skill.md
POST ${RAPP_API_ENDPOINT}
Content-Type: application/json
{
"rapp_action": "transcript_to_agent",
"rapp_params": {
"transcript": "Your conversation...",
"project_id": "unique-id",
"customer_name": "Name"
}
}