> ## Documentation Index
> Fetch the complete documentation index at: https://docs.civicmarketplace.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Frequently asked questions about the CivicMarketplace API

<AccordionGroup>
  <Accordion title="What data is available through the API?">
    The Partner API provides read-only access to cooperative purchasing contracts, suppliers, and reference taxonomy (lead entities, cooperatives, and city service categories).
  </Accordion>

  <Accordion title="How do I get an API key?">
    {/* MARKETING: Update with the actual process -- self-serve dashboard, sales contact, etc. */}

    Visit the [Request Access](/request-access) page to apply. We respond within 2 business days.
  </Accordion>

  <Accordion title="Is the API free to use?">
    {/* MARKETING: Confirm pricing details and update this answer */}

    API access is included with your CivicMarketplace partner agreement. Contact your account manager for details on your plan.
  </Accordion>

  <Accordion title="What are the rate limits?">
    The default rate limit is 60 requests per minute per API key. If your integration requires higher limits, contact us to discuss your needs.
  </Accordion>

  <Accordion title="Can I write data through the API?">
    The Partner API is read-only. If you have a use case that requires write access, reach out to discuss it with our team.
  </Accordion>

  <Accordion title="Is there a sandbox environment?">
    Yes. Use a `cmp_test_` API key with `https://uat-api.civicmarketplace.com` for development and testing.
  </Accordion>

  {/* MARKETING: Add more FAQs below based on real partner questions */}
</AccordionGroup>
