@extends('dashboard') @section('page-title', $agent->name) @section('content')
{{ $agent->deployment_url }}/api/v1/chat
curl -X POST "{{ $agent->deployment_url }}/api/v1/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"message": "Hello, assistant!"}'
{{ $agent->configuration['system_prompt'] ?? 'No system prompt defined.' }}
No special capabilities enabled.
@endif