List providers
Cursor-paginated list of providers with their enabled-endpoint counts. Pass q to re-scope counts to matching endpoints.
Query parameters
Max items per page (server-side cap applies).
Max items per page (server-side cap applies).
Cursor returned by the previous page.
Cursor returned by the previous page.
Filter by static eligibility for x402 payment (POST /x402/v1/run): true keeps only payable endpoints, false only non-payable ones. Omit for all endpoints.
Filter by static eligibility for x402 payment (POST /x402/v1/run): true keeps only payable endpoints, false only non-payable ones. Omit for all endpoints.
Narrow to endpoints payable via x402 on this customer-payment network (CAIP-2 id, e.g. eip155:8453). Implies supportsX402=true; an unknown/unconfigured id returns an empty page.
Narrow to endpoints payable via x402 on this customer-payment network (CAIP-2 id, e.g. eip155:8453). Implies supportsX402=true; an unknown/unconfigured id returns an empty page.
Filter by whether running the endpoint can change your workspace resources (phone numbers, files, asset libraries): true keeps only endpoints that cannot create, modify or delete them, false only endpoints that can. Omit for all endpoints. This describes RESOURCE effects only — a readonly endpoint may still perform real-world actions and is still billed.
Filter by whether running the endpoint can change your workspace resources (phone numbers, files, asset libraries): true keeps only endpoints that cannot create, modify or delete them, false only endpoints that can. Omit for all endpoints. This describes RESOURCE effects only — a readonly endpoint may still perform real-world actions and is still billed.
Keep only endpoints whose run can have AT LEAST ONE of the named effects on your workspace resources (phone numbers, files, asset libraries): creates, updates, deletes. Omit for all endpoints. Takes precedence over readonly (readonly=true is the alias for "no write effects"). Resource effects only — an endpoint with no effect may still perform real-world actions and is still billed.
Keep only endpoints whose run can have AT LEAST ONE of the named effects on your workspace resources (phone numbers, files, asset libraries): creates, updates, deletes. Omit for all endpoints. Takes precedence over readonly (readonly=true is the alias for "no write effects"). Resource effects only — an endpoint with no effect may still perform real-world actions and is still billed.
Optional free-text query. Counts become matching-endpoint counts (the same lexical matching as the endpoint search, aggregated by provider); providers with zero matches are omitted.
Optional free-text query. Counts become matching-endpoint counts (the same lexical matching as the endpoint search, aggregated by provider); providers with zero matches are omitted.
Response
Providers page
Example response
{
"items": [
{
"url": "https://context.dev"
}
]
}Changes
Changed in 4 of the 22 revisions of this API.287
- ●
added the new
IDENTITY_ALREADY_LINKEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_ALREADY_LINKEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_LINK_RATE_LIMITEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_LINK_RATE_LIMITEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_LINK_REQUIRES_SESSIONenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_LINK_REQUIRES_SESSIONenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_LINK_STATE_INVALIDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_LINK_STATE_INVALIDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_PROVIDER_UNAVAILABLEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_PROVIDER_UNAVAILABLEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_PROVIDER_UNKNOWNenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_PROVIDER_UNKNOWNenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_REQUIREDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_REQUIREDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_USER_ALREADY_LINKEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_USER_ALREADY_LINKEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_VERIFICATION_FAILEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
IDENTITY_VERIFICATION_FAILEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
INSUFFICIENT_SCOPEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
INSUFFICIENT_SCOPEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
PROMO_IDENTITY_REDEEMEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
PROMO_IDENTITY_REDEEMEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
PROMO_REDEEM_REQUIRES_SESSIONenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
PROMO_REDEEM_REQUIRES_SESSIONenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
WALLET_INSUFFICIENT_FUNDSenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
WALLET_INSUFFICIENT_FUNDSenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new optional
queryrequest parametereffectsnew-optional-request-parameter
- ●
- ●
added the new
X402_UNBOUNDED_PRICEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
X402_UNBOUNDED_PRICEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new optional
queryrequest parameterreadonlynew-optional-request-parameter
- ●
- ○
added the new optional
queryrequest parametersupportsX402new-optional-request-parameter
- ○
added the new optional
queryrequest parameterx402Networknew-optional-request-parameter
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○