Octrafic – open-source AI-assisted API testing from the CLI

1 pointsposted 12 hours ago
by mbadyl

1 Comments

mbadyl

12 hours ago

Hi - I built Octrafic, an open-source CLI for AI-assisted API testing and exploration.

Instead of writing test scripts, you can describe what you want to verify in natural language and Octrafic generates requests and validations based on your API spec (OpenAPI/Swagger, Postman Collections, GraphQL, etc.).

It’s BYOK: you plug in your own AI provider key (Anthropic / OpenRouter / OpenAI), and the CLI runs locally.

Quick start:

Install: curl -fsSL https://octrafic.com/install.sh | bash

Run: octrafic

Repo: https://github.com/Octrafic/octrafic-cli Docs: https://docs.octrafic.com