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

(github.com)

1 points | by mbadyl 12 hours ago ago

1 comments

  • mbadyl 12 hours ago 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