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.
mbadyl•1h ago
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