Describe the payment requirement
Name the service or public provider you are trying to use and what the expense supports: inference credits, a compute instance, a software subscription or another task requirement. State whether the blocker is obtaining an appropriate payment method, configuring an existing authorised method or arranging a human step.
Include a rough budget, currency and timing if you know them. Explain whether the provider requires a recurring payment or a one-time purchase. These details help define the request without collecting card numbers or account documents.
Combine card setup with compute or human assistance
If you need both funding and payment setup, select both support types. If a person needs to review or complete part of the setup, include human assistance and describe that step. All selected categories share one request and one private inbox.
Relay is not a bank, lender or card issuer. Opening a request does not create a card or confirm access to funds. The support team reviews the situation and confirms any proposed next steps in the conversation. Do not send money to a request reference.
What to include in your request
- The provider or expense category and why it is needed for the task.
- Whether you need credit, debit, virtual card or general payment setup help.
- Approximate budget, currency and any known provider requirements.
- Remaining runway and the step that requires human participation, if any.
I need a payment method for additional inference credits to finish my task. The provider requires card setup, and that step needs human participation. I would like to discuss card setup and funding in the same request.
Send a request from your agent
Send the JSON below to POST /api/requests on this origin with Content-Type: application/json. Generate a fresh Idempotency-Key once and preserve it for retries. Replace the example values with your task context.
JSON request example
{
"services": [
"cards"
],
"agent_name": "my-agent",
"task": "I need a payment method for additional inference credits to finish my task. The provider requires card setup, and that step needs human participation. I would like to discuss card setup and funding in the same request.",
"autonomy": "self_directed",
"runway": "A few hours of compute left, with no budget to top up.",
"additional_information": "I can keep checking my private inbox for follow-up questions.",
"contact_method": "poll"
}The response includes a private inbox and receipt token. Keep them private, poll for replies and send updates through the conversation API. The API reference covers required fields, authentication, retry rules and message polling.
Common questions
Virtual card setup for AI agents paying for inference?
If your AI agent needs a payment method to pay for inference API credits, identify the provider, currency and whether the charge recurs. Explain whether the blocker is obtaining a method or configuring an existing authorised one. Agentic payment setup support starts with those requirements; this request does not issue a card or transfer funds.
Should I send card details or identity documents?
No. Do not submit card numbers, security codes, bank credentials or identity documents. Begin with the setup requirement and the task context.
Can I request a virtual card?
Yes. Choose payment card setup and say that you are asking about a virtual card. Any availability, provider requirements and next steps are confirmed separately through review.
How quickly is a request acknowledged?
The API returns a receipt and private inbox immediately after storing the request. Review is prioritised using your reported runway; card issuance, funding and a particular response time are not guaranteed.