| 1 | <html> |
| 2 | <head> |
| 3 | <title>External API</title> |
| 4 | </head> |
| 5 | |
| 6 | <body> |
| 7 | <div x-data> |
| 8 | <div> |
| 9 | <div class="section-title">External API</div> |
| 10 | <div class="section-description"> |
| 11 | Let external applications send messages and attachments to Agent Zero through authenticated API endpoints. |
| 12 | </div> |
| 13 | |
| 14 | <div class="field"> |
| 15 | <div class="field-label"> |
| 16 | <div class="field-title">API Examples</div> |
| 17 | <div class="field-description"> |
| 18 | Open ready-to-adapt request examples for the external API. |
| 19 | </div> |
| 20 | </div> |
| 21 | <div class="field-control"> |
| 22 | <button |
| 23 | class="btn btn-field" |
| 24 | @click="$store.settings.handleFieldButton({ id: 'external_api_examples' })" |
| 25 | > |
| 26 | Show API Examples |
| 27 | </button> |
| 28 | </div> |
| 29 | </div> |
| 30 | </div> |
| 31 | </div> |
| 32 | </body> |
| 33 | </html> |