api-tester

Automate GET and POST endpoint testing and documentation generation.

12|4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/orthogonal-sh/skills --skill api-tester-orthogonal-sh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-tester
Source: https://github.com/orthogonal-sh/skills/tree/main/skills/orthogonal-api-tester
Command: npx skills add https://github.com/orthogonal-sh/skills --skill api-tester-orthogonal-sh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of testing API endpoints and generating documentation examples, reducing manual testing time and ensuring consistent API behavior.

Core Features & Use Cases

  • Workflow-driven endpoint testing: validate GET and POST responses, check status codes, and verify payload structures.
  • Documentation generation: extract or synthesize API docs and example requests/responses for quick reference.
  • Use Case: When integrating a new API, automatically test endpoints and produce a ready-to-share docset for developers.

Quick Start

Run a targeted API workflow to test endpoints, validate responses, and produce documentation artifacts.

Frequently Asked Questions about api-tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate API endpoint testing and validate responses against schemas?

Automate API endpoint testing by running targeted workflows that validate GET and POST responses, check status codes, and verify payload structures against schemas. This reduces manual testing time and ensures consistent API behavior across your endpoints.

What is the best way to generate API documentation and example requests?

Generate API documentation by extracting or synthesizing endpoint docs and example requests and responses. This provides a ready-to-share docset for developers, ensuring quick reference and consistent API integration examples.

Can I test API endpoints that require bodies, headers, and query parameters?

Yes, you can test API endpoints requiring complex compositions. The testing workflow supports composing requests with bodies, headers, and query parameters to validate GET and POST endpoints under various conditions.

What do I need to start testing and documenting API endpoints?

You need access to API endpoints or existing API documentation. Once access is available, you can run targeted workflows to validate responses, check status codes, and produce documentation artifacts automatically.

Does automated API testing work for both GET and POST endpoints?

Yes, automated API testing applies to both GET and POST endpoints. It validates responses, checks status codes, verifies payload structures, and generates example requests for these HTTP methods.

Why should I use an automated workflow for API validation instead of manual testing?

Automated workflow reduces manual testing time and ensures consistent API behavior. It automatically validates responses against schemas and generates documentation examples, streamlining the integration of new APIs.