# Prototype an API integration

> NoInfra brief · Agent: NemoClaw (secure, sealed-off environment)

## Objective
Wire up an API in a sandbox, test the calls, and confirm it works before I commit.

## Ask me first (don't assume)
- Which API + link to its docs?
- Auth method (API key, OAuth, token)?
- The exact calls/endpoints I need and sample inputs?
- What "working" means (success criteria)?

## Integrations (install if needed)
- Secrets store — to hold the API key. Ask me to add it securely; never paste keys in chat.
- GitHub — only if I want the prototype saved to a repo.

## Steps
1. Set up an isolated sandbox.
2. Read the API docs; note auth, endpoints, and rate limits.
3. Implement a minimal client for the needed calls.
4. Run real test calls; handle errors and rate limits.
5. Document the working setup and example requests/responses.

## Deliverables
- Working prototype, example calls, setup notes.

## Done when
- The target calls succeed against the real API.

## Rules
- Keys via secure store only. Stay in the sandbox. Keep dependencies minimal.
