While reviewing the documentation in the repository, I noticed that several links in the "Documentation" section of the README.md are currently returning 404 Page Not Found errors.
The README advertises several resource-specific guides and an agent guidance file, but these files do not seem to exist in the repository tree.
Specific broken links:
- docs/payments.md
- docs/orders.md
- docs/customers.md
- docs/refunds.md
- docs/settlements.md
- docs/disputes.md
- AGENTS.md
Currently, the only documentation file present in the docs/ folder is install.md.
Impact:
Users trying to learn how to use the CLI for specific resources (like payments or orders) hit a dead end when clicking the links provided in the main documentation.
Proposed Solution:
Either remove the links from the README.md temporarily until the documentation is ready, or create the missing markdown files with basic usage examples for those specific commands.

While reviewing the documentation in the repository, I noticed that several links in the "Documentation" section of the README.md are currently returning 404 Page Not Found errors.
The README advertises several resource-specific guides and an agent guidance file, but these files do not seem to exist in the repository tree.
Specific broken links:
Currently, the only documentation file present in the docs/ folder is install.md.
Impact:
Users trying to learn how to use the CLI for specific resources (like payments or orders) hit a dead end when clicking the links provided in the main documentation.
Proposed Solution:
Either remove the links from the README.md temporarily until the documentation is ready, or create the missing markdown files with basic usage examples for those specific commands.