> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oration.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Agentcreated

> Triggered when a new AI agent is created in the workspace



## OpenAPI

````yaml /webhook-events/openapi-webhooks.json webhook agent.created
openapi: 3.1.0
info:
  title: Oration AI Webhooks
  description: >-
    Webhook events for Oration AI platform - AI agents, conversations, and voice
    interactions
  version: 1.0.0
  contact:
    name: Oration AI Support
    url: https://oration.ai/support
    email: support@oration.ai
servers:
  - url: https://api.oration.ai
    description: Production API server
security: []
paths: {}

````