Overview
This guide will help you quickly get started with implementing the Agent Triage Protocol (ATP) in your application. Follow these steps to set up your service, send notifications, and process responses.Prerequisites
Before you begin, make sure you have:- An API key from an ATP server provider (or your own deployment)
- A public endpoint for receiving webhooks (for production use)
- Basic knowledge of REST APIs and asynchronous programming
Step 1: Install the SDK
ATP implementations are available for various programming languages. Choose the SDK that best fits your technology stack:Step 2: Initialize the Client
Create and configure an ATP client in your application:Step 3: Register Your Service
Before sending notifications, register your service with the ATP server:Step 4: Create and Send a Notification
Now you can create and send notifications to users:Step 5: Handle Webhook Responses
Set up a webhook endpoint to receive responses:Step 6: Check Notification Status
You can also check the status of a notification:Next Steps
Congratulations! You’ve implemented the basic functionality of the Agent Triage Protocol in your application. Here are some resources to explore next:Your First Notification
Detailed tutorial on creating and sending your first notification
Response Types
Learn about the different response types and how to use them
Authentication
Understand the authentication mechanisms in ATP
Error Handling
Learn how to handle errors and edge cases
API Reference
View the complete API specification