# Which services does Provely verify?

> One page for each service Provely verifies. Each page comes from the signed skill manifest: the completion levels, the lifecycle, the certification.

Canonical: https://provely.sh/verify  
Last reviewed: 2026-09-05  

**Provely verifies Resend, Shopify Admin API and Stripe today. Each service page is generated from the signed skill package, so it never claims a completion level the skill does not certify.**

| Service | Completion levels | Certification | Skill version | Last conformance run |
| --- | --- | --- | --- | --- |
| [Resend](/verify/resend) | `accepted`, `bounced`, `delivered`, `sent` | Community | 0.1.0 | 2026-09-05T12:00:00Z |
| [Shopify Admin API](/verify/shopify) | `created`, `financially_completed` | Community | 0.1.0 | 2026-09-05T12:00:00Z |
| [Stripe](/verify/stripe) | `created`, `succeeded` | Community | 0.1.0 | 2026-09-05T12:00:00Z |

## How is a service page made?

1. The Integration Compiler reads the provider schema, docs, event samples, and sandbox experiments.
2. It classifies side effects, infers lifecycles, discovers evidence channels, and synthesizes contracts and tests.
3. The conformance harness runs the false-completion benchmark against the skill.
4. The compiler certifies and signs the manifest.
5. This site renders the page from that manifest. A skill change updates the page.

### How do I get a service that is not listed?

Run `provely skill generate --openapi <url>` to draft a skill from a schema, review the uncertainties, and run the conformance matrix. A service becomes a compilation and conformance problem, not an integration project.

## Read next

- [Read the Resend verification page](https://provely.sh/verify/resend)
- [Read the Shopify Admin API verification page](https://provely.sh/verify/shopify)
- [Read the Stripe verification page](https://provely.sh/verify/stripe)
- [Read the false-completion benchmark](https://provely.sh/benchmark)
- [Read what a completion contract contains](https://provely.sh/contracts)
