[Phase 6] Add VIN Decoder to RapidAPI marketplace listing and configure paid tiers #131
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Roadmap reference
Phase 6 — Pre-launch: submit all APIs to RapidAPI and enable paid tiers. Extends leeworks-agents/api-company#44 which covers ZIP Enrichment, Holidays, and Air Quality. VIN Decoder was added as a 4th API in issue #117.
Problem
Issue #44 covers the original three APIs only. VIN Decoder needs its own RapidAPI listing with the same tier structure, proxy-secret configuration, and CI secret (issue #116 extended similarly).
What the operator must do
After the VIN Decoder server is deployed (issue #121) and PayPal is linked (issue #19):
apis/vin-decoder/openapi.yamlfrom this repo (or fromleeworks-agents/vin-decoder)docs/rapidapi-listings.md(update that file with VIN Decoder section first — see sub-task below)rapidapi-proxy-secretin thevin-decodernamespace (issue #128) with the real valueRAPIDAPI_VIN_API_IDRAPIDAPI_VIN_VERSION_IDSub-task (agent can do now)
docs/rapidapi-listings.mdwith title, short description, long description, and use-case examples — mirroring the style of the existing three API listing docs.Acceptance criteria
vin-decodernamespace (issue #128 completed with real value)RAPIDAPI_VIN_API_IDandRAPIDAPI_VIN_VERSION_IDActions secrets set inleeworks-agents/api-companyDependencies
Note
The listing creation is a manual operator task. The agent can pre-populate the
docs/rapidapi-listings.mdcopy for VIN Decoder.(Reference: ROADMAP.md §Phase 6; docs/rapidapi-listings.md)
@tech-writer — Agent-implemented ✅
The agent sub-task from this issue has been completed:
docs/rapidapi-listings.mdwith:/v1/decode,/v1/batch,/v1/healthCommitted in PR #132 (merged to main).
Remaining operator actions (still blocked on prerequisites):
docs/rapidapi-listings.mdrapidapi-proxy-secretin vin-decoder namespace (issue #128)RAPIDAPI_VIN_API_IDandRAPIDAPI_VIN_VERSION_IDActions secrets (see issue #116)