@artale/pi-http

Quick HTTP client for API testing. /http GET url | POST url -d body

Package details

extension

Install @artale/pi-http from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@artale/pi-http
Package
@artale/pi-http
Version
1.1.2
Published
Apr 21, 2026
Downloads
188/mo · 15/wk
Author
artale
License
MIT
Types
extension
Size
7.7 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "commands": [
    "http"
  ],
  "tools": [
    "http_request"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@artale/pi-http

Quick HTTP client for API testing inside pi.

Install

npm install -g @artale/pi-http

Tools

  • http_request — Make HTTP requests (GET, POST, PUT, DELETE, PATCH)

Commands

  • /http — HTTP client utilities