Create Agent's ServiceCopy Pagepost https://api.skyfire.xyz/api/v1/agents/seller-servicesCreate a seller service that belongs to an agent.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsnamestringrequiredThe name of the service.descriptionstringrequiredThe description of the service.tagsarray of stringsrequiredThe tags for this service. An empty array is fine.tags*ADD stringtypestringrequiredThe type of the service. This is one of: "API", "WEB_PAGE", "MCP_SERVER_REMOTE", "MCP_SERVER_LOCAL", or "FETCH_AGENT"pricestringrequiredPrice of the service in USD.priceModelstringrequiredThe pricing model of the service. This is one of "PAY_PER_USE", "SUBSCRIPTION", "PAY_PER_MB", or "CUSTOM".minimumTokenAmountstringrequiredBuyers must create tokens of at least this amount in USD.mcpServerUrlstringThe URL of the MCP Server for this service. This is required if the "type" is "MCP_SERVER_REMOTE" or "MCP_SERVER_LOCAL".openApiSpecUrlstringThe URL of the OpenAPI specification for this service. This is required if the "type" is "API".websiteUrlstringThe URL of the website. This is required if the "type" is "WEB_PAGE".fetchAgentProfileUrlstringThe URL of the Fetch.ai agent. This is required if the "type" is "FETCH_AGENT".humanIdentityRequirementobjectrequiredThe identity verification requirements for individuals, organizations, or both. See https://docs.skyfire.xyz/reference/identity-fields for more info.humanIdentityRequirement objecttermsOfServiceobjectThe details of the terms of service if they exist.termsOfService objectacceptedTokensarray of stringsMust be one or more of "kya", "pay" and "kya-pay". Must not be an empty array. If this field is omitted then all token types will be accepted.acceptedTokensADD stringmaxTokenTTLSecondsnumberMaximum token TTL in seconds between 10s and 24hr.Responses 200200 422422Updated 2 months ago