HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mbadyl

no profile record

Submissions

[untitled]

1 points·by mbadyl·há 24 dias·0 comments

[untitled]

1 points·by mbadyl·há 2 meses·0 comments

[untitled]

1 points·by mbadyl·há 2 meses·0 comments

[untitled]

1 points·by mbadyl·há 4 meses·0 comments

Show HN: Clauductor – Web UI for Claude Code with real-time work graph

github.com
1 points·by mbadyl·há 4 meses·1 comments

Show HN: Octrafic – Natural language API testing CLI

github.com
2 points·by mbadyl·há 5 meses·3 comments

Show HN: Octrafic – AI agent for API testing from your terminal

github.com
4 points·by mbadyl·há 5 meses·0 comments

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

github.com
1 points·by mbadyl·há 5 meses·1 comments

comments

mbadyl
·há 4 meses·discuss
Right now reasoning shows up as its own nodes in the graph alongside the tool calls so you can follow the full chain what claude was thinking then what it did. Still early and there's room to improve how it's presented, but the core is there.
mbadyl
·há 5 meses·discuss
Octrafic works with any REST API - just point it at your WordPress REST API endpoint and describe what you want to test.

For GLM-4.7-flash locally - you can run it via Ollama or llama.cpp and point Octrafic at your local endpoint.
mbadyl
·há 5 meses·discuss
Happy to answer any questions about the implementation. Built in Go - the OpenAPI Scanner was the most challenging part, it analyzes source code across multiple languages to auto-generate OpenAPI 3.1 specs. The headless mode was built specifically for CI/CD pipelines so you can run octrafic test non-interactively. Supports local LLMs via Ollama and llama.cpp if you don't want data leaving your machine.
mbadyl
·há 5 meses·discuss
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