# InCountry > InCountry is a data-residency-as-a-service (DRaaS) platform. Its OAuth2-secured REST API stores, searches, and deletes regulated records (PII, financial, and health data) inside a chosen country's borders using AES-GCM 256-bit encryption, so companies can meet data-localization and privacy laws without building in-country infrastructure. InCountry also runs AgentCloak, a hosted MCP server that anonymizes and restores PII for AI agents. This llms.txt was generated by the API Evangelist enrichment pipeline from the InCountry public developer surface and the API Evangelist catalog. InCountry does not publish its own llms.txt. ## APIs - [InCountry REST API](https://docs.incountry.com/rest-api/): CRUD, batch, search, aggregate, clone, and attachment operations over regulated records, keyed by country and record key. ## Docs - [Developer overview](https://incountry.com/developers/): Data Residency-as-a-Service developer landing page. - [REST API reference](https://docs.incountry.com/rest-api/): Endpoints, authentication, and status codes. - [REST API CRUD requests](https://docs.incountry.com/data-residency-as-a-service/rest-api-crud-requests/): Create/read/update/delete record flows. - [REST API search](https://docs.incountry.com/data-residency-as-a-service/search-rest-api/): find/aggregate query syntax. - [Tutorial](https://docs.incountry.com/data-residency-as-a-service/tutorial/): End-to-end getting-started walkthrough. - [Country selection](https://docs.incountry.com/data-residency-as-a-service/country-selection/): Choosing the data-residency region. - [Release notes](https://docs.incountry.com/release-notes/rest-api-release-notes/): Dated REST API changelog (current 2.34.0). ## Agents / MCP - [AgentCloak MCP server](https://docs.incountry.com/agentcloak/mcp-server-tutorial/): Hosted HTTP MCP server exposing `cloak` and `uncloak` tools that anonymize and restore PII for LLM/agent workflows. ## SDKs - [Python SDK (PyPI)](https://pypi.org/project/incountry/): `pip install incountry` - [Node.js SDK (npm)](https://www.npmjs.com/package/incountry): `npm install incountry` - [Postman collection](https://docs.incountry.com/rest-api/): OAuth demo collection published with the REST API docs. ## Auth - [Authentication](https://docs.incountry.com/rest-api/): OAuth2 client-credentials grant; token endpoint https://idp.incountry.com/oauth2/token/ ; 300-second token lifespan; HTTP Basic client authentication. ## Security & Compliance - [Security and compliance](https://incountry.com/resource/security-and-compliance/): SOC 2 Type II, ISO 27001/27017/27018/27701, PCI DSS, HIPAA, CSA STAR Level 2. - [Country compliance](https://incountry.com/country-compliance/): Per-country regulatory support. - [Status page](https://status.incountry.com/): Platform availability. ## Company - [Website](https://incountry.com/) - [Pricing](https://incountry.com/pricing/) - [Blog / News](https://incountry.com/news-blog/) - [Terms of Service](https://incountry.com/legal/terms-of-service/) - [Privacy Policy](https://incountry.com/legal/privacy-policy/)