API Reference
Complete API documentation with examples, request/response formats, and authentication details.
Getting Started
The AGNT5 API is organized around REST principles. Our API accepts JSON requests and returns JSON-encoded responses. It uses standard HTTP response codes, authentication, and verbs.
Base URL
https://api.agnt5.com/v1
Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header.
Header Format
Authorization: Bearer YOUR_API_KEY
API Endpoints
Contacts
Manage contacts in your workflows. Create, read, update, and delete contact information.
HTTP Status Codes
AGNT5 uses conventional HTTP response codes to indicate success or failure.