References

3 Docs

OpenAPI Extensions

Last Updated: May 29, 2025

AgenticAPI leverages OpenAPI extensions to enhance semantic discoverability, enabling AI agents to understand and invoke action-oriented verbs dynamically. These extensions annotate endpoints with metadata about verbs, categories, parameter impacts, and compatibility, reducing reliance on external documentation. This document details the key extensions (x-action, x-intent-impact, etc.) and provides an example OpenAPI YAML snippet. Key Extensions These…

Verb / Methods Reference

Last Updated: May 29, 2025

This document provides a comprehensive reference for AgenticAPI methods, including current, proposed, and industry-inspired verbs. Each method is categorized, defined, and illustrated with use cases and examples, enabling developers to understand and implement action-oriented APIs. The methods align with the ACTION framework, supporting tasks from data retrieval to workflow orchestration. SUMMARIZE FETCH NOTIFY EXTRACT FILTER…

API Endpoints

Last Updated: May 29, 2025

This document provides a comprehensive list of AgenticAPI endpoints, detailing their paths, supported methods (custom verbs and REST aliases), and purposes. Each endpoint is documented with OpenAPI schema excerpts, enabling developers to understand the API’s structure and integrate it into their applications. The endpoints support action-oriented verbs (e.g., SUMMARIZE, FETCH) and REST-compatible methods (e.g., POST)…