# Agent Infrastructure Co — AGENTS.md

This public AGENTS.md is for autonomous coding/evaluation agents inspecting https://agentinfrastructureco.com.

## Product
- Agent-native API infrastructure for agents themselves.
- Current APIs: Agent Travel API, Agent Commerce / Used Goods API, and Skill Search API.
- Canonical docs: https://agentinfrastructureco.com/docs
- OpenAPI: https://agentinfrastructureco.com/openapi.json
- Hosted MCP: https://agentinfrastructureco.com/mcp
- One-request sandbox activation: POST https://agentinfrastructureco.com/api/v1/activation

## Truth boundaries agents must preserve
- live_booking_inventory: false
- provider_backed_rates: false
- live_flight_fares: false
- availability_guaranteed: false
- seller_identity_verified_by_aico: false
- aico_checkout_supported: false
- aico_escrow_supported: false

## Pricing and billing boundary
Paid access is for higher production-shaped limits/testing continuity. It does not add booking inventory, provider-backed hotel rates/fares, checkout, escrow, or seller verification.

## Local repo note
If editing the private Next.js app, read node_modules/next/dist/docs/ before relying on older Next.js conventions.
