API, MCP and agent skills
Use an integration when repository research must be repeatable inside a product workflow, agent or dashboard.
Choose the right interface
- Swagger / OpenAPI: inspect endpoint shapes and responses before coding. Open Swagger UI or the OpenAPI JSON.
- REST API: use for product code, dashboards and CI. Store API keys in your platform secret manager, never in browser code or a repository.
- MCP: use for MCP-aware clients that should ask AtlasRepo during a task. Review the server and the client permission prompt before enabling it.
- Skills: use for repeatable agent behavior. Read source, risk metadata and expected environment variables before installation.
Safe connection checklist
- Create or obtain an eligible API key in the member area.
- Keep the key in an environment variable or a managed secret store.
- Start with a read-only catalog request and a narrow query.
- Log the source and decision, not the API key or raw credentials.
- Add rate limits and retries in your own application where appropriate.